]> granicus.if.org Git - clang/commit
Fix PR3464 by searching for headers from the predefines
authorChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2009 19:45:07 +0000 (19:45 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2009 19:45:07 +0000 (19:45 +0000)
commitbe5c64d7a765acaf9454e7a511233771472bf811
treef6981a7c372099bf01e3add147af7135970261f4
parentd62ef1a951d586241e86f300d3321b3f04c2275c
Fix PR3464 by searching for headers from the predefines
buffer as if the #include happened from the main file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63764 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPDirectives.cpp
test/Preprocessor/include-directive1.c
test/Preprocessor/include-directive3.c [new file with mode: 0644]