[clang-tools-extra] [clang-tidy] Migrate explicit-constructor check from google to misc and add relative aliases (PR #194807)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 00:18:52 PDT 2026
================
@@ -1,4 +1,7 @@
-// RUN: %check_clang_tidy %s google-explicit-constructor %t -std=c++20-or-later
+// RUN: %check_clang_tidy %s misc-explicit-constructor %t -std=c++20-or-latermisc
----------------
zeyi2 wrote:
I'll open a PR for the python script to fix this problem later.
https://github.com/llvm/llvm-project/pull/194807
More information about the cfe-commits
mailing list