]> granicus.if.org Git - clang/commit
Fix the #include search path when reading from stdin, from Jon Simons!
authorDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 12:06:13 +0000 (12:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 6 Aug 2010 12:06:13 +0000 (12:06 +0000)
commit91db30ad4a7bad37b57748c31f8b592b7bf7cbeb
tree157ac845f2d2cb0c9114d3bfed987615bdca5b2e
parented328c6129152f66771c3bed338a2e6e13e4e230
Fix the #include search path when reading from stdin, from Jon Simons!
Fixes PR4897.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110440 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearch.h
lib/Lex/HeaderSearch.cpp
lib/Lex/PPDirectives.cpp
test/Frontend/stdin2.c [new file with mode: 0644]