[clang-tools-extra] [clang] [clang-tidy] Added new check to detect redundant inline keyword (PR #73069)
Björn Svensson via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 22 06:42:56 PST 2023
================
@@ -0,0 +1,99 @@
+//===--- RedundantInlineSpecifierCheck.cpp -
+// clang-tidy----------------------===//
----------------
bjosv wrote:
Removing 3 `-` should make the formatter happy and making it look more like the rest of our comment.
```suggestion
//===--- RedundantInlineSpecifierCheck.cpp - clang-tidy -------------------===//
```
https://github.com/llvm/llvm-project/pull/73069
More information about the cfe-commits
mailing list