llvm-project/clang/unittests/Driver
Serge Pavlov 1f67dc8b7c [Driver] Enable nested configuration files
Users may partition parameters specified by configuration file and put
different groups into separate files. These files are inserted into the
main file using constructs `@file`. Relative file names in it are
resolved relative to the including configuration file and this is not
convenient in some cases. A configuration file, which resides in system
directory, may need to include a file with user-defined parameters and
still provide default definitions if such file is absent.

To solve such problems, the option `--config=` is allowed inside
configuration files. Like `@file` it results in insertion of
command-line arguments but the algorithm of file search is different and
allows overriding system definitions with user ones.

Differential Revision: https://reviews.llvm.org/D136354
2022-11-16 13:32:27 +07:00
..
CMakeLists.txt [NFC] Move DXC driver tests 2022-08-18 16:06:41 -05:00
DXCModeTest.cpp [NFC] Move DXC driver tests 2022-08-18 16:06:41 -05:00
DistroTest.cpp [RGT] DistroTest: Separate environment-specific test functions 2022-03-04 12:28:38 -08:00
ModuleCacheTest.cpp
MultilibTest.cpp
SanitizerArgsTest.cpp [NFC][Clang]Inclusive language: Replace uses of whitelist in clang/test 2021-11-30 15:06:04 -05:00
SimpleDiagnosticConsumer.h [NFC] Move DXC driver tests 2022-08-18 16:06:41 -05:00
ToolChainTest.cpp [Driver] Enable nested configuration files 2022-11-16 13:32:27 +07:00