[clang-tools-extra] [clang-tidy] Added Conflicting Global Accesses checker (PR #130421)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 12 07:37:21 PDT 2025


================
@@ -0,0 +1,290 @@
+// RUN: %check_clang_tidy -std=c++11 -check-suffixes=,CPP11 %s bugprone-conflicting-global-accesses %t
----------------
vbvictor wrote:

We can do `-std=c++11,c++14` for this case then

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


More information about the cfe-commits mailing list