]> granicus.if.org Git - clang/commit
When the header file search resolves a quoted include to a file in the
authorDouglas Gregor <dgregor@apple.com>
Mon, 13 Aug 2012 15:47:39 +0000 (15:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 13 Aug 2012 15:47:39 +0000 (15:47 +0000)
commit21efbb606fe905b0f5a479b7b3e6d79023cb82ee
treed22a33ae9164cc9f072a7c200e25614274c91016
parent4846470d20348f2e7b1f6cf6c68f81fc0657d129
When the header file search resolves a quoted include to a file in the
current directory, propagate the framework and in-index-header-map
from the including header's information down to the included header's
information. Fixes <rdar://problem/11261291>.

As with everything header-map related, we can't really test this in
isolation within Clang, so it's tested elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161759 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/HeaderSearch.cpp