[clang-tools-extra] [clang-tidy] Export fixes from check_clang_tidy.py (PR #88186)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 11:26:36 PDT 2024
================
@@ -298,7 +318,19 @@ def parse_arguments():
type=csv,
help="comma-separated list of FileCheck suffixes",
)
- parser.add_argument("-std", type=csv, default=["c++11-or-later"])
+ parser.add_argument(
+ "-export",
----------------
PiotrZSL wrote:
can't we call it export-fixes ?
https://github.com/llvm/llvm-project/pull/88186
More information about the cfe-commits
mailing list