Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec1593 commit f871c72Copy full SHA for f871c72
1 file changed
cpp/ql/src/semmle/code/cpp/ir/internal/CppType.qll
@@ -171,9 +171,7 @@ private newtype TCppType =
171
exists(getIRTypeForPRValue(type))
172
} or
173
TFunctionGLValueType() or
174
- TGLValueAddressType(Type type) {
175
- any()
176
- } or
+ TGLValueAddressType(Type type) or
177
TUnknownOpaqueType(int byteSize) {
178
IRConstruction::needsUnknownOpaqueType(byteSize)
179
0 commit comments