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 dea7be0 + df834ac commit 2429e22Copy full SHA for 2429e22
cpp/ql/src/semmle/code/cpp/ir/internal/CppType.qll
@@ -362,7 +362,7 @@ CppType getTypeForPRValueOrUnknown(Type type) {
362
/**
363
* Gets the `CppType` that represents a glvalue of type `type`.
364
*/
365
-CppType getTypeForGLValue(Type type) { result.hasType(type, true) }
+CppGLValueAddressType getTypeForGLValue(Type type) { result.hasType(type, true) }
366
367
368
* Gets the `CppType` that represents a prvalue of type `int`.
0 commit comments