We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64b6852 + b3b8d2c commit 367b664Copy full SHA for 367b664
1 file changed
include/phasar/PhasarLLVM/ControlFlow/LLVMBasedICFG.h
@@ -192,7 +192,7 @@ class LLVMBasedICFG
192
LLVMBasedICFG(ProjectIRDB &IRDB, CallGraphAnalysisType CGType,
193
const std::set<std::string> &EntryPoints = {},
194
LLVMTypeHierarchy *TH = nullptr, LLVMPointsToInfo *PT = nullptr,
195
- Soundness S = Soundness::Soundy, bool IncludeGlobals = false);
+ Soundness S = Soundness::Soundy, bool IncludeGlobals = true);
196
197
LLVMBasedICFG(const LLVMBasedICFG &);
198
0 commit comments