]> granicus.if.org Git - clang/commit
[CrashReproducer] Collect headermap files
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sun, 11 Dec 2016 04:27:28 +0000 (04:27 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sun, 11 Dec 2016 04:27:28 +0000 (04:27 +0000)
commitd4c3c484c841651203bef4d004da362642af6ee8
tree7f772df207864d1d16f33f9de60769b39c7979c9
parent5074e7e38b126b06700c3aa396c58daa9c99652f
[CrashReproducer] Collect headermap files

Include headermaps (.hmap files) in the .cache directory and
add VFS entries. All headermaps are known after HeaderSearch
setup, collect them right after.

rdar://problem/27913709

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289360 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearch.h
lib/Frontend/CompilerInstance.cpp
lib/Lex/HeaderSearch.cpp
test/Modules/crash-vfs-headermaps.m [new file with mode: 0644]