[clang-tools-extra] [clang-tidy] Fix false positives with deducing this in `readability-convert-member-functions-to-static` check (PR #141391)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun May 25 01:55:04 PDT 2025


================
@@ -0,0 +1,22 @@
+// RUN: %check_clang_tidy -std=c++23 %s readability-convert-member-functions-to-static %t
----------------
vbvictor wrote:

```suggestion
// RUN: %check_clang_tidy -std=c++23-or-later %s readability-convert-member-functions-to-static %t
```

https://github.com/llvm/llvm-project/pull/141391


More information about the cfe-commits mailing list