summaryrefslogtreecommitdiff
path: root/test/Driver/modules.m
AgeCommit message (Expand)Author
2016-10-31[Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen
2016-08-18Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren
2016-07-26Modules: add command line option fmodules-disable-diagnostic-validationManman Ren
2015-09-11[modules] Don't load files specified by -fmodule-file= when modules areRichard Smith
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi
2014-10-17Remove incorrect usage of JoinedOrSeparate.Richard Smith
2014-10-17PR21215: Support -fmodule-map-file being specified multiple times. SupportRichard Smith
2014-08-01Fix test from r214577 for other timezonesBen Langmuir
2014-08-01Add -fbuild-session-file as an alternative to -fbuild-session-timestampBen Langmuir
2014-03-12Add an option -fmodules-validate-system-headersBen Langmuir
2014-02-12Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-03-12Make modules.m test portable, now that autolinking is dependent on whether or...Ted Kremenek
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2012-01-03Add a test for the driver-level -fmodules/-fno-modules flags.Douglas Gregor