aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/fmodules-validate-once-per-build-session.c
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith1-7/+7
We used to have a flag to enable module maps, and two more flags to enable implicit module maps. This is all redundant; we don't need any flag for enabling module maps in the abstract, and we don't usually have -fno- flags for -cc1. We now have just a single flag, -fimplicit-module-maps, that enables implicitly searching the file system for module map files and loading them. The driver interface is unchanged for now. We should probably rename -fmodule-maps to -fimplicit-module-maps at some point. llvm-svn: 239789
2014-11-10Validate user headers even if -fmodules-validate-once-per-build-sessionBen Langmuir1-7/+21
is enabled. Unlike system headers, we want to be more careful about modifications to user headers, because it's still easy to edit a header while you're building. llvm-svn: 221634
2014-02-12Don't use find | xargs in ↵Dmitri Gribenko1-3/+3
test/Modules/fmodules-validate-once-per-build-session.c With -fdisable-module-hash, we can implement this with a simple 'cp'. llvm-svn: 201231
2014-02-12clang/test/Modules/fmodules-validate-once-per-build-session.c: Tweak for ↵NAKAMURA Takumi1-3/+3
gnuwin32 with %/t (instead of %t). xargs didn't handle dosish paths, while find foo\bar\ emits dosish paths. llvm-svn: 201228
2014-02-12'svn add' files I forgot for r201224 (Add an option to allow Clang verifyDmitri Gribenko1-0/+45
source files for a module only once during) llvm-svn: 201225