summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2012-03-01 04:55:54 +0000
committerAaron Ballman <aaron@aaronballman.com>2012-03-01 04:55:54 +0000
commit4fd4e6d75b5adb221945e05ae8e2cb92f475cec5 (patch)
tree49cb22a2604acec4f0e6faba6f26ede0781704f9
parent221bae896c2e4b7fb2783f116daa6b41716c9b83 (diff)
downloadbcm5719-llvm-4fd4e6d75b5adb221945e05ae8e2cb92f475cec5.tar.gz
bcm5719-llvm-4fd4e6d75b5adb221945e05ae8e2cb92f475cec5.zip
Fixing a buildbot complaint about nested templates.
llvm-svn: 151803
-rw-r--r--clang/include/clang/Lex/HeaderSearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Lex/HeaderSearch.h b/clang/include/clang/Lex/HeaderSearch.h
index bbd7146cf48..f4b6876c724 100644
--- a/clang/include/clang/Lex/HeaderSearch.h
+++ b/clang/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
OpenPOWER on IntegriCloud