Cleanups:
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 24 Jul 2003 21:37:57 +0000 (21:37 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 24 Jul 2003 21:37:57 +0000 (21:37 +0000)
commit4166445b7cde22f81cd1a18b6f33fe94b94bdbb6
tree03122c4a0dceb8905f6573f6bf65529943dd6f77
parentb198ca304b1abb2784291315f19c89d04e5968fd
Cleanups:

Mangler.cpp: Constify parameter to makeNameProper, and use const_iterator.
 Make Count an unsigned int, and use utostr().
 Don't name parameters things that start with underscore.
Mangler.h: All of the above, and also: Add Emacs mode-line.  Include <set>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7301 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mangler.h
lib/Support/Mangler.cpp
lib/VMCore/Mangler.cpp
support/lib/Support/Mangler.cpp