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.
1 parent d288b92 commit 39c7816Copy full SHA for 39c7816
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