[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 09:15:56 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
----------------
EugeneZelenko wrote:
Please change Release Notes and documentation accordingly.
https://github.com/llvm/llvm-project/pull/124319
More information about the cfe-commits
mailing list