Skip to content

Commit 066b28f

Browse files
authored
Merge pull request #507 from secure-software-engineering/f-FixesMissingReturn
Fixes missing return value isSensibleToSummarize
2 parents b15adfb + 85c51cb commit 066b28f

1 file changed

Lines changed: 1 addition & 0 deletions

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() {

0 commit comments

Comments
 (0)