[clang-tools-extra] [clang-tidy] Replace /* ... */ single-line comments with // ... comments (PR #124319)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 28 10:22:23 PST 2025
================
@@ -146,6 +147,8 @@ class ReadabilityModule : public ClangTidyModule {
"readability-static-definition-in-anonymous-namespace");
CheckFactories.registerCheck<StringCompareCheck>(
"readability-string-compare");
+ CheckFactories.registerCheck<UseCppStyleCommentsCheck>(
----------------
vbvictor wrote:
Please sort alphabetically
https://github.com/llvm/llvm-project/pull/124319
More information about the cfe-commits
mailing list