[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 08:53:02 PST 2025
================
@@ -173,6 +173,11 @@ New checks
Replace comparisons between signed and unsigned integers with their safe
C++20 ``std::cmp_*`` alternative, if available.
+
+- New :doc:`modernize-use-cpp-style-comments
----------------
4m4n-x-B4w4ne wrote:
As Asked, Its now changed to readibility and put in correct alphabetic order.
https://github.com/llvm/llvm-project/pull/124319
More information about the cfe-commits
mailing list