[clang-tools-extra] [clang-tidy] identifier-naming: TrimPrefixSuffix option to avoid concatenating multiple pre(suf)fixes (PR #181502)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 01:03:19 PDT 2026
================
@@ -0,0 +1,33 @@
+// RUN: %check_clang_tidy -std=c++20 %s readability-identifier-naming %t -- \
----------------
vbvictor wrote:
Why do we need c++20, lets leave it as default c++11-or-later
https://github.com/llvm/llvm-project/pull/181502
More information about the cfe-commits
mailing list