We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e6632 commit 4831ee6Copy full SHA for 4831ee6
cpp/ql/lib/semmle/code/cpp/ir/implementation/IRConfiguration.qll
@@ -41,5 +41,5 @@ class IREscapeAnalysisConfiguration extends TIREscapeAnalysisConfiguration {
41
* Holds if the escape analysis done by SSA construction should be sound. By default, the SSA is
42
* built assuming that no variable's address ever escapes.
43
*/
44
- predicate useSoundEscapeAnalysis() { none() }
+ predicate useSoundEscapeAnalysis() { any() }
45
}
0 commit comments