[clang-tools-extra] [clang-tidy] Handle expr with side-effects in readability-static-accessed-through-instance (PR #90736)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Wed May 1 19:39:47 PDT 2024
================
@@ -380,3 +387,20 @@ namespace PR51861 {
// CHECK-FIXES: {{^}} PR51861::Foo::getBar();{{$}}
}
}
+
+namespace PR75163 {
----------------
PiotrZSL wrote:
PR = Problem Report (in this context)
https://github.com/llvm/llvm-project/pull/90736
More information about the cfe-commits
mailing list