r182488 - Use StringMap in MicrosoftMangle to resolve FIXME.

Reid Kleckner rnk at google.com
Wed May 22 11:52:31 PDT 2013


On Wed, May 22, 2013 at 2:33 PM, Kim Gräsman <kim.grasman at gmail.com> wrote:

> 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.
>

Thanks, done in r182500.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130522/e9e42198/attachment.html>


More information about the cfe-commits mailing list