llvm-project/clang/test/VFS
Ben Langmuir bc35fbe43a Don't try to rebuild modules on umbrella header mismatch
There are two issues here:
1) It's too late to rebuild at this point, because we won't go through
removeModules and when we try to reload the new .pcm we'll get the old
one instead.  We might be able to call removeModules after an OutOfDate
here, but I'm not yet confident that it is always safe to do so.

2) In practice, this check fails spuriously when the umbrella header
appears to change because of a VFS change that means it maps to a
different copy of the same file.  Because of this, we just skip the
check for now.

llvm-svn: 230064
2015-02-20 21:46:39 +00:00
..
Inputs Don't try to rebuild modules on umbrella header mismatch 2015-02-20 21:46:39 +00:00
external-names.c IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
framework-import.m
implicit-include.c
include-mixed-real-and-virtual.c
include-real-from-virtual.c
include-virtual-from-real.c
include.c
incomplete-umbrella.m Make -Wincomplete-umbrella go through the VFS 2014-06-25 23:53:43 +00:00
module-import.m Add a test where the module map is overriden in the vfs 2014-04-04 16:42:53 +00:00
parse-errors.c
real-path-found-first.m Stopgap fix for finding module for a file mapped in the VFS 2014-05-23 18:15:47 +00:00
relative-path.c Support relative paths in VFSFromYAML 2014-03-04 22:34:50 +00:00
umbrella-mismatch.m Don't try to rebuild modules on umbrella header mismatch 2015-02-20 21:46:39 +00:00