]> granicus.if.org Git - clang/commit
Use the virtual name of headers when searching for a module
authorBen Langmuir <blangmuir@apple.com>
Thu, 15 May 2014 16:20:33 +0000 (16:20 +0000)
committerBen Langmuir <blangmuir@apple.com>
Thu, 15 May 2014 16:20:33 +0000 (16:20 +0000)
commitd23fd9aa52efc751322fbf7a3fc125ce58d44e4c
treeed12d5763b981ce422071602043af93d35dba830
parentbf45a93b45415cb4f7365858f4ff2e9cbbd2fdb5
Use the virtual name of headers when searching for a module

When using the VFS, we want the virtual header location when searching
for a framework module, since that will be the one in the correct
directory structure for the module.

I'll add a regression test once I finish reducing the larger one I have.

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