Skip to content

Commit 30411f6

Browse files
committed
disable non-const global check
1 parent 789801a commit 30411f6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Checks: '-*,
1616
-readability-convert-member-functions-to-static,
1717
-readability-isolate-declaration,
1818
cppcoreguidelines-*,
19+
-cppcoreguidelines-avoid-non-const-global-variables,
1920
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
2021
-cppcoreguidelines-owning-memory,
2122
-cppcoreguidelines-pro-type-reinterpret-cast,

include/phasar/PhasarLLVM/Plugins/Interfaces/IfdsIde/IFDSTabulationProblemPlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extern std::map<std::string,
8282
const ProjectIRDB *IRDB, const LLVMTypeHierarchy *TH,
8383
const LLVMBasedICFG *ICF, LLVMPointsToInfo *PT,
8484
std::set<std::string> EntryPoints)>
85-
IFDSTabulationProblemPluginFactory; // NOLINT
85+
IFDSTabulationProblemPluginFactory;
8686

8787
} // namespace psr
8888

0 commit comments

Comments
 (0)