aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/HeaderSearch.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-11-19 05:48:40 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-11-19 05:48:40 +0000
commit3c8c46efd7dea518102c028c11d6ac93c47a4128 (patch)
treea216d057814df9d0e5613411fa8daa4e5afe0e7b /clang/lib/Lex/HeaderSearch.cpp
parent77c1ae83643735326af7f7f0b62212c1b7eba20d (diff)
downloadllvm-3c8c46efd7dea518102c028c11d6ac93c47a4128.zip
llvm-3c8c46efd7dea518102c028c11d6ac93c47a4128.tar.gz
llvm-3c8c46efd7dea518102c028c11d6ac93c47a4128.tar.bz2
clang-format a recent commit I made
llvm-svn: 222317
Diffstat (limited to 'clang/lib/Lex/HeaderSearch.cpp')
-rw-r--r--clang/lib/Lex/HeaderSearch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/HeaderSearch.cpp b/clang/lib/Lex/HeaderSearch.cpp
index 259fbd5..6345e75 100644
--- a/clang/lib/Lex/HeaderSearch.cpp
+++ b/clang/lib/Lex/HeaderSearch.cpp
@@ -790,7 +790,7 @@ const FileEntry *HeaderSearch::LookupFile(
return MSFE;
}
- LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename];
+ LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename];
CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx;
// FIXME: SuggestedModule.
return FE;