[clang-tools-extra] [clang-tidy] Added Conflicting Global Accesses checker (PR #130421)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 27 00:31:21 PDT 2025
================
@@ -20,6 +20,7 @@
#include "CastingThroughVoidCheck.h"
#include "ChainedComparisonCheck.h"
#include "ComparePointerToMemberVirtualFunctionCheck.h"
+#include "ConflictingGlobalAccesses.h"
----------------
ConcreteCactus wrote:
I renamed the files to end with check, and added the files and changes that the script would add.
https://github.com/llvm/llvm-project/pull/130421
More information about the cfe-commits
mailing list