r182488 - Use StringMap in MicrosoftMangle to resolve FIXME.
Kim Gräsman
kim.grasman at gmail.com
Wed May 22 11:33:19 PDT 2013
Hi Reid,
On Wed, May 22, 2013 at 7:16 PM, Reid Kleckner <reid at kleckner.net> wrote:
>
> Modified: cfe/trunk/lib/AST/MicrosoftMangle.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/MicrosoftMangle.cpp?rev=182488&r1=182487&r2=182488&view=diff
> ==============================================================================
> --- cfe/trunk/lib/AST/MicrosoftMangle.cpp (original)
> +++ cfe/trunk/lib/AST/MicrosoftMangle.cpp Wed May 22 12:16:39 2013
> @@ -23,6 +23,7 @@
> #include "clang/Basic/ABI.h"
> #include "clang/Basic/DiagnosticOptions.h"
> #include "clang/Basic/TargetInfo.h"
> +#include "llvm/ADT/StringMap.h"
> #include <map>
Also remove #include <map>? I can't see that it's used anymore.
- K
More information about the cfe-commits
mailing list