diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-03-01 06:49:39 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-03-01 06:49:39 +0000 |
commit | ead9a05596f39a93df5ace5fd6f1aabf0adb94a9 (patch) | |
tree | d17323630830ed8e057751829c59be22d1eaea4f /clang/lib/Lex/PPDirectives.cpp | |
parent | 4fd4e6d75b5adb221945e05ae8e2cb92f475cec5 (diff) | |
download | bcm5719-llvm-ead9a05596f39a93df5ace5fd6f1aabf0adb94a9.tar.gz bcm5719-llvm-ead9a05596f39a93df5ace5fd6f1aabf0adb94a9.zip |
Revert r151800, which was committed without review and has correctness issues.
llvm-svn: 151804
Diffstat (limited to 'clang/lib/Lex/PPDirectives.cpp')
-rw-r--r-- | clang/lib/Lex/PPDirectives.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Lex/PPDirectives.cpp b/clang/lib/Lex/PPDirectives.cpp index 4839dfa4a1c..0364e4279a5 100644 --- a/clang/lib/Lex/PPDirectives.cpp +++ b/clang/lib/Lex/PPDirectives.cpp @@ -1304,9 +1304,6 @@ void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, PragmaARCCFCodeAuditedLoc = SourceLocation(); } - // Map the filename - Filename = HeaderInfo.MapHeader(Filename, isAngled); - // Search include directories. const DirectoryLookup *CurDir; SmallString<1024> SearchPath; |