]> granicus.if.org Git - clang/commit
Under certain terrible circumstances (<rdar://problem/10805775>),
authorDouglas Gregor <dgregor@apple.com>
Tue, 25 Sep 2012 18:29:14 +0000 (18:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 25 Sep 2012 18:29:14 +0000 (18:29 +0000)
commit156f0f0c0d733f668a43526d62b8149c068cb3a0
tree90cc3085f8b3b11e2679a70b0de2489521b1240e
parent4d7e0ced7f16a04aabe2d8d91cbbb52fb1162810
Under certain terrible circumstances (<rdar://problem/10805775>),
top-level frameworks can actually be symlinked over to embedded
frameworks, and accessed via the top-level framework's headers. In
this case, we need to determine that the framework was *actually* an
embedded framework, so we can load the appropriate top-level module.

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