Add a --no-default-config option that disables the search for default
set of config filenames (based on the compiler executable name).
Suggested in https://discourse.llvm.org/t/rfc-adding-a-default-file-location-to-config-file-support/63606.
Differential D134018
[clang] [Driver] Add an option to disable default config filenames mgorny on Sep 16 2022, 12:10 AM. Authored by
Details Add a --no-default-config option that disables the search for default Suggested in https://discourse.llvm.org/t/rfc-adding-a-default-file-location-to-config-file-support/63606.
Diff Detail
Event TimelineComment Actions Replace !x || !y logic with !(x && y) that may be easier to comprehend. Replace // with empty lines on test boundaries.
|
&& ?