[PATCH] D134270: [clang] [Driver] Support multiple configuration files
Michał Górny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 00:31:06 PDT 2022
mgorny updated this revision to Diff 461803.
mgorny added a comment.
Combining `--config` and default configuration files is now explicitly allowed.
Adjust the code to load default configs before explicitly specified files. Update tests to cover combining `--config` with defaults. Update the documentation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134270/new/
https://reviews.llvm.org/D134270
Files:
clang/docs/UsersManual.rst
clang/include/clang/Driver/Driver.h
clang/lib/Driver/Driver.cpp
clang/test/Driver/config-file-errs.c
clang/test/Driver/config-file.c
clang/test/Driver/config-file3.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134270.461803.patch
Type: text/x-patch
Size: 17122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220921/aeddcadd/attachment-0001.bin>
More information about the cfe-commits
mailing list