summaryrefslogtreecommitdiff
path: root/clang/test/Driver/modules.cpp
AgeCommit message (Expand)Author
2025-09-20[Driver] [C++20] [Modules] Fix --precompile with -fmodule-outputChuanqi Xu
2025-07-21[C++20] [Modules] Enable reduced BMI by defaultChuanqi Xu
2025-06-21[C++][Modules] A module directive may only appear as the first preprocessing ...yronglin
2023-05-18[clang/Driver] Also consider `gnu++` standard when checking for modules supportArgyrios Kyrtzidis
2023-01-20[Clang][test] Avoid FileCheck error when matching `-cc1`hezuoqiang
2022-11-18[C++20] [Modules] Remove unmaintained Header ModuleChuanqi Xu
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2022-06-01Revert "[Driver] Enable to use C++20 standalne by -fcxx-modules"Adrian Prantl
2022-06-01Revert "[NFC] Use %clang instead of %clang++ in tests"Adrian Prantl
2022-06-01Revert "[Driver][Modules] Remove dependence on linking support from clang/tes...Adrian Prantl
2022-05-31[Driver][Modules] Remove dependence on linking support from clang/test/Driver...Daniel McIntosh
2022-05-30[NFC] Use %clang instead of %clang++ in testsChuanqi Xu
2022-05-30[Driver] Enable to use C++20 standalne by -fcxx-modulesChuanqi Xu
2022-05-30Revert "[Driver] Enable to use C++20 standalne by -fcxx-modules"Chuanqi Xu
2022-05-30[Driver] Enable to use C++20 standalne by -fcxx-modulesChuanqi Xu
2020-08-24Properly pass modules flags to frontend when using -std=c++20 instead of -std...Richard Smith
2019-09-30Fix Driver/modules.cpp test to work when build directory name contains '.s'Tom Stellard
2019-04-16Modify test to use -S instead of -c so that it works when an external assembl...Douglas Yung
2019-04-16Tweak test to pass when using a non-integrated assembler.Richard Smith
2019-04-14[c++20] Enable driver and frontend support for building and usingRichard Smith