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.
2 parents 3240536 + 058925c commit 0cb826aCopy full SHA for 0cb826a
cpp/ql/src/semmle/code/cpp/controlflow/Dominance.qll
@@ -14,6 +14,7 @@ import cpp
14
* In rare cases, the same node is used in multiple control-flow scopes. This
15
* confuses the dominance analysis, so this predicate is used to exclude them.
16
*/
17
+pragma[noinline]
18
private predicate hasMultiScopeNode(Function f) {
19
exists(ControlFlowNode node |
20
node.getControlFlowScope() = f and
0 commit comments