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 d8fdba0 + 3897bef commit 50b754bCopy full SHA for 50b754b
cpp/ql/lib/semmle/code/cpp/models/interfaces/FormattingFunction.qll
@@ -9,8 +9,9 @@
9
import semmle.code.cpp.models.interfaces.ArrayFunction
10
import semmle.code.cpp.models.interfaces.Taint
11
12
+pragma[nomagic]
13
private Type stripTopLevelSpecifiersOnly(Type t) {
- result = stripTopLevelSpecifiersOnly(t.(SpecifiedType).getBaseType())
14
+ result = stripTopLevelSpecifiersOnly(pragma[only_bind_out](t.(SpecifiedType).getBaseType()))
15
or
16
result = t and
17
not t instanceof SpecifiedType
0 commit comments