summaryrefslogtreecommitdiff
path: root/test/Modules/global_index.m
AgeCommit message (Expand)Author
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-25clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-24clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi
2013-01-24clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now.NAKAMURA Takumi
2013-01-23Implement the writer side of the global module index. Douglas Gregor