[all-commits] [llvm/llvm-project] daebf2: [clang] Make config-related options CoreOptions
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Sep 19 09:58:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: daebf2c13ce27ac6a7403525cc7fcbc063eb892e
https://github.com/llvm/llvm-project/commit/daebf2c13ce27ac6a7403525cc7fcbc063eb892e
Author: Michał Górny <mgorny at moritz.systems>
Date: 2022-09-19 (Mon, 19 Sep 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[clang] Make config-related options CoreOptions
Make `--config`, `--no-default-config` and `--config-*-dir` CoreOptions
to enable their availability to all clang driver modes. This improves
consistency given that the default set of configuration files is
processed independently of mode anyway.
Differential Revision: https://reviews.llvm.org/D134191
More information about the All-commits
mailing list