Author: Dave Lee
Date: 2026-05-16T07:09:49-07:00
New Revision: f8fcded5f550bbd332c5bb3591ab0b538ea70766

URL: 
https://github.com/llvm/llvm-project/commit/f8fcded5f550bbd332c5bb3591ab0b538ea70766
DIFF: 
https://github.com/llvm/llvm-project/commit/f8fcded5f550bbd332c5bb3591ab0b538ea70766.diff

LOG: [clangd] Add llvm-formatv-string to TidyFastChecks (#197829)

Enables `llvm-formatv-string` (#195974) in clangd.

Added: 
    

Modified: 
    clang-tools-extra/clangd/TidyFastChecks.inc

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/TidyFastChecks.inc 
b/clang-tools-extra/clangd/TidyFastChecks.inc
index e36ed8f383a0d..95a3390143b91 100644
--- a/clang-tools-extra/clangd/TidyFastChecks.inc
+++ b/clang-tools-extra/clangd/TidyFastChecks.inc
@@ -274,6 +274,7 @@ FAST(google-runtime-operator, 1.0)
 FAST(google-upgrade-googletest-case, 1.0)
 FAST(linuxkernel-must-check-errs, 0.0)
 FAST(llvm-else-after-return, 2.0)
+FAST(llvm-formatv-string, 2.0)
 FAST(llvm-header-guard, 0.0)
 FAST(llvm-include-order, -1.0)
 FAST(llvm-namespace-comment, 1.0)


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to