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 b2c0259 + 39c7816 commit c05ef12Copy full SHA for c05ef12
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -101,6 +101,7 @@ class Type extends Locatable, @type {
101
*
102
* For example, starting with `const i64* const` in the context of `typedef long long i64;`, this predicate will return `long long*`.
103
*/
104
+ pragma[nomagic]
105
Type getUnspecifiedType() { unspecifiedtype(underlyingElement(this), unresolveElement(result)) }
106
107
/**
0 commit comments