summaryrefslogtreecommitdiff
path: root/clang/test/Driver/modules.m
AgeCommit message (Expand)Author
2023-12-21Add tests for driver to propagate module map flags for layering check (#75827)Walter Lee
2023-08-01[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-30Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-29[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-28Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-28[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2022-08-30Revert "[driver] Additional ignoring of module-map related flags, if modules ...Richard Smith
2022-08-29[driver] Additional ignoring of module-map related flags, if modules are disa...Argyrios Kyrtzidis
2022-07-03[Driver] Ignore the clang modules validation-related flags if clang modules a...Argyrios Kyrtzidis
2021-10-19[driver] Explicitly specify `-fbuild-session-timestamp` in seconds.Volodymyr Sapsai
2018-04-18[Modules] Turn on system header validation for implicit modulesBruno Cardoso Lopes
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