Skip to content

Commit 4831ee6

Browse files
committed
C++: Enable sound IR.
1 parent b8e6632 commit 4831ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/IRConfiguration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ class IREscapeAnalysisConfiguration extends TIREscapeAnalysisConfiguration {
4141
* Holds if the escape analysis done by SSA construction should be sound. By default, the SSA is
4242
* built assuming that no variable's address ever escapes.
4343
*/
44-
predicate useSoundEscapeAnalysis() { none() }
44+
predicate useSoundEscapeAnalysis() { any() }
4545
}

0 commit comments

Comments
 (0)