commit | 8832c066a23eb7df33b025bcf7e8fe7199ad3aae | [log] [tgz] |
---|---|---|
author | Ben Langmuir <blangmuir@apple.com> | Tue Apr 15 18:16:25 2014 +0000 |
committer | Ben Langmuir <blangmuir@apple.com> | Tue Apr 15 18:16:25 2014 +0000 |
tree | 923753afcf173f06cba5d014e2e8e1b51dda2b5d | |
parent | be4fe32eb8ad20e47fecf7e85e57c7e522ec5143 [diff] [blame] |
Honour -ivfsoverlay in ASTUnit to match clang This allows code indexing, etc. to use the VFS in the same way as the compiler. llvm-svn: 206309
diff --git a/clang/test/Index/Inputs/module_needs_vfs.h b/clang/test/Index/Inputs/module_needs_vfs.h new file mode 100644 index 0000000..d79cc3f --- /dev/null +++ b/clang/test/Index/Inputs/module_needs_vfs.h
@@ -0,0 +1,4 @@ +@import BaseModuleNeedsVFS; +inline void module_needs_vfs(void) { + base_module_needs_vfs(); +}