[clang-tools-extra] [clang-tidy] Replace /* ... */ single-line comments with // ... comments (PR #124319)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 25 06:46:08 PST 2025
================
@@ -0,0 +1,40 @@
+//===--- UseCppStyleCommentsCheck.h - clang-tidy---------------------------===//
----------------
EugeneZelenko wrote:
```suggestion
//===--- UseCppStyleCommentsCheck.h - clang-tidy-----------------*- C++ -*-===//
```
https://github.com/llvm/llvm-project/pull/124319
More information about the cfe-commits
mailing list