[clang-tools-extra] [clang-tidy][NFC] Add missing "Check" suffix to filenames in clang-tidy checks (PR #166889)

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 7 01:53:37 PST 2025


================
@@ -13,6 +13,10 @@
 
 namespace clang::tidy::misc {
 
+/// Warn about unterminated bidirectional unicode sequence.
----------------
zeyi2 wrote:

Thanks, I've fixed the comments and the docs as requested :)

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


More information about the cfe-commits mailing list