[clang-tools-extra] [clang-tidy] Add modernize-use-cpp-style-comments check (PR #99713)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 19 23:21:28 PDT 2024
================
@@ -172,6 +172,11 @@ New checks
Detects variables and functions that can be marked as static or moved into
an anonymous namespace to enforce internal linkage.
+- New :doc:`modernize-use-cpp-style-comments
+ <clang-tidy/checks/modernize/use-cpp-style-comments>` check.
+
+ Find C Style comments and suggests to use C++ style comments instead
----------------
PiotrZSL wrote:
missing dot at the end
https://github.com/llvm/llvm-project/pull/99713
More information about the cfe-commits
mailing list