[clang-tools-extra] [clang-tidy] Remove hicpp module [1/4] (PR #194516)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 20:06:37 PDT 2026
zeyi2 wrote:
```
diff --git a/clang-tools-extra/clangd/TidyFastChecks.inc b/clang-tools-extra/clangd/TidyFastChecks.inc
index c1a72bae0..0cab3da8c 100644
--- a/clang-tools-extra/clangd/TidyFastChecks.inc
+++ b/clang-tools-extra/clangd/TidyFastChecks.inc
@@ -271,7 +271,7 @@ FAST(google-readability-todo, 0.0)
FAST(google-runtime-float, 1.0)
FAST(google-runtime-int, 2.0)
FAST(google-runtime-operator, 1.0)
-FAST(google-upgrade-googletest-case, 1.0)
+FAST(google - upgrade - googletest - case, 1.0)
FAST(hicpp-invalid-access-moved, 9.0)
FAST(hicpp-member-init, 2.0)
FAST(hicpp-move-const-arg, 2.0)
```
I think we can ignore the formatter diagnostics, so ready for review :)
https://github.com/llvm/llvm-project/pull/194516
More information about the cfe-commits
mailing list