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 6bd9d82 + 5d5904d commit 5cdf0b5Copy full SHA for 5cdf0b5
cpp/ql/lib/semmle/code/cpp/Type.qll
@@ -94,6 +94,7 @@ class Type extends Locatable, @type {
94
* The result of this predicate will be the type itself, except in the case of a TypedefType or a Decltype,
95
* in which case the result will be type which results from (possibly recursively) resolving typedefs.
96
*/
97
+ pragma[nomagic]
98
Type getUnderlyingType() { result = this }
99
100
/**
0 commit comments