[clang-tools-extra] [clang-tidy] Export fixes from check_clang_tidy.py (PR #88186)

Edwin Vane via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 12 11:49:15 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",
----------------
revane wrote:

Done

https://github.com/llvm/llvm-project/pull/88186


More information about the cfe-commits mailing list