[clang-tools-extra] [clang-tidy] Add modernize-use-cpp-style-comments check (PR #99713)
Nathan James via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 19 23:17:34 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
----------------
njames93 wrote:
End sentences with a full stop.
https://github.com/llvm/llvm-project/pull/99713
More information about the cfe-commits
mailing list