summaryrefslogtreecommitdiff
path: root/clang/test/Modules/modular_maps.cpp
AgeCommit message (Expand)Author
2016-01-08[modules] Make sure we always include the contents of private headers whenRichard Smith
2015-06-15[modules] Re-enable accidentally-disabled test.Richard Smith
2015-03-02Remove shell requirements from tests that use 'cd'Reid Kleckner
2014-12-11[modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith
2014-12-10clang/test/Modules/modular_maps.cpp REQUIRES shell. chdir is unsupported on L...NAKAMURA Takumi
2014-12-10Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith
2014-12-09Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith
2014-12-09[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith
2014-10-17PR21215: Support -fmodule-map-file being specified multiple times. SupportRichard Smith
2013-12-16Revert "Modules: Make missing headers in a module.map a warning not an error."Daniel Jasper
2013-12-16Modules: Make missing headers in a module.map a warning not an error.Daniel Jasper
2013-10-22Allow a header to be part of multiple modules.Daniel Jasper
2013-09-24Add -fmodule-map-file option.Daniel Jasper
2013-09-11Support for modular module-map-filesDaniel Jasper