[clang-tools-extra] [clang-tidy] Fix readability-identifier-naming FP on function templates (PR #198517)
Victor Chernyakin via cfe-commits
cfe-commits at lists.llvm.org
Wed May 20 09:19:55 PDT 2026
================
@@ -0,0 +1,80 @@
+// RUN: %check_clang_tidy -std=c++20 %s readability-identifier-naming %t -- \
----------------
localspook wrote:
```suggestion
// RUN: %check_clang_tidy -std=c++98-or-later %s readability-identifier-naming %t -- \
```
https://github.com/llvm/llvm-project/pull/198517
More information about the cfe-commits
mailing list