[clang-tools-extra] [clang-tidy] Replace /* ... */ single-line comments with // ... comments (PR #124319)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 10:52:22 PST 2025


================
@@ -173,13 +173,18 @@ New checks
 
   Replace comparisons between signed and unsigned integers with their safe
   C++20 ``std::cmp_*`` alternative, if available.
-
+  
----------------
EugeneZelenko wrote:

Please remove spaces.

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


More information about the cfe-commits mailing list