]> granicus.if.org Git - clang/commit
Honour -ivfsoverlay in ASTUnit to match clang
authorBen Langmuir <blangmuir@apple.com>
Tue, 15 Apr 2014 18:16:25 +0000 (18:16 +0000)
committerBen Langmuir <blangmuir@apple.com>
Tue, 15 Apr 2014 18:16:25 +0000 (18:16 +0000)
commit426bfa0c4555cc2b415f1a607252c373a69f3197
tree23d5ae28c713f118b0b1000c7106816b3c05e5e8
parent258f1c35116abc057b5cd8139736bdb385cc29c1
Honour -ivfsoverlay in ASTUnit to match clang

This allows code indexing, etc. to use the VFS in the same way as the
compiler.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206309 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInvocation.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendAction.cpp
test/Index/Inputs/base_module_needs_vfs.h [new file with mode: 0644]
test/Index/Inputs/module.map [new file with mode: 0644]
test/Index/Inputs/module_needs_vfs.h [new file with mode: 0644]
test/Index/Inputs/vfsoverlay.yaml [new file with mode: 0644]
test/Index/index-module-with-vfs.m [new file with mode: 0644]
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/Indexing.cpp