Skip to content

Commit 0f9e833

Browse files
authored
Merge branch 'development' into f-RedeclarationForGCC
2 parents 693e412 + a136741 commit 0f9e833

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/phasar/PhasarLLVM/DataFlowSolver/Mono/Solver/InterMonoSolver.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ template <typename AnalysisDomainTy, unsigned K> class InterMonoSolver {
352352
bool isSensibleToSummarize() {
353353
// use a heuristic to check whether we should compute a summary
354354
// make use of the call-graph information
355+
return false;
355356
}
356357

357358
virtual void solve() {

include/phasar/Utils/LLVMShorthands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class ModulesToSlotTracker {
241241
private:
242242
static inline llvm::SmallDenseMap<const llvm::Module *,
243243
std::unique_ptr<llvm::ModuleSlotTracker>, 2>
244-
MToST; // NOLINT
244+
MToST{};
245245

246246
static void updateMSTForModule(const llvm::Module *Module);
247247
static void deleteMSTForModule(const llvm::Module *Module);

0 commit comments

Comments
 (0)