diff options
-rw-r--r-- | include/clang/Lex/HeaderSearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::pair<StringRef,bool>>::const_iterator iter = + llvm::StringMap<std::pair<StringRef,bool> >::const_iterator iter = IncludeAliasMap.find(Source); if (iter != IncludeAliasMap.end()) { // If the angling matches, then we've found a replacement |