mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C++: Fix PR feedback
This commit is contained in:
@@ -171,9 +171,7 @@ private newtype TCppType =
|
||||
exists(getIRTypeForPRValue(type))
|
||||
} or
|
||||
TFunctionGLValueType() or
|
||||
TGLValueAddressType(Type type) {
|
||||
any()
|
||||
} or
|
||||
TGLValueAddressType(Type type) or
|
||||
TUnknownOpaqueType(int byteSize) {
|
||||
IRConstruction::needsUnknownOpaqueType(byteSize)
|
||||
} or
|
||||
|
||||
Reference in New Issue
Block a user