[all-commits] [llvm/llvm-project] 587729: [clang] [Driver] Add an option to disable default ...
Michał Górny via All-commits
all-commits at lists.llvm.org
Fri Sep 16 10:38:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 587729c3ad78aec6ec5a295331b16f21e340feb1
https://github.com/llvm/llvm-project/commit/587729c3ad78aec6ec5a295331b16f21e340feb1
Author: Michał Górny <mgorny at moritz.systems>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M clang/docs/UsersManual.rst
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/test/Driver/config-file3.c
Log Message:
-----------
[clang] [Driver] Add an option to disable default config filenames
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 Revision: https://reviews.llvm.org/D134018
More information about the All-commits
mailing list