From: Aaron Ballman Date: Thu, 1 Mar 2012 04:55:54 +0000 (+0000) Subject: Fixing a buildbot complaint about nested templates. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=701e3366828adf740734ae5bf4424ecac059bc9a;p=clang Fixing a buildbot complaint about nested templates. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151803 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/HeaderSearch.h b/include/clang/Lex/HeaderSearch.h index bbd7146cf4..f4b6876c72 100644 --- a/include/clang/Lex/HeaderSearch.h +++ b/include/clang/Lex/HeaderSearch.h @@ -228,7 +228,7 @@ public: StringRef MapHeader(const StringRef& Source, bool isAngled) { // Do any filename replacements before anything else - llvm::StringMap>::const_iterator iter = + llvm::StringMap >::const_iterator iter = IncludeAliasMap.find(Source); if (iter != IncludeAliasMap.end()) { // If the angling matches, then we've found a replacement