diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-11-27 01:40:12 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-11-27 01:40:12 +0000 |
| commit | c4399b105b8e9ded4de0e16d5313204b0e770094 (patch) | |
| tree | 37b26c8dedeb6b7060cb52f96386869c886b1abc | |
| parent | cd4807595da46cecf1d30ca980c8da857eec9049 (diff) | |
| download | bcm5719-llvm-c4399b105b8e9ded4de0e16d5313204b0e770094.tar.gz bcm5719-llvm-c4399b105b8e9ded4de0e16d5313204b0e770094.zip | |
Fix the build break introduced by r195799 by restoring two close
curlies.
llvm-svn: 195802
| -rw-r--r-- | clang/lib/Lex/PPCaching.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Lex/PPCaching.cpp b/clang/lib/Lex/PPCaching.cpp index e8d95ba6654..bd48ae64ab4 100644 --- a/clang/lib/Lex/PPCaching.cpp +++ b/clang/lib/Lex/PPCaching.cpp @@ -114,4 +114,5 @@ void Preprocessor::AnnotatePreviousCachedTokens(const Token &Tok) { CachedLexPos = i; return; } - + } +} |

