Merge pull request #8507 from geoffw0/sde-perf

C++: Make getUnderlyingType nomagic
This commit is contained in:
Mathias Vorreiter Pedersen
2022-03-22 11:12:44 +00:00
committed by GitHub

View File

@@ -94,6 +94,7 @@ class Type extends Locatable, @type {
* The result of this predicate will be the type itself, except in the case of a TypedefType or a Decltype,
* in which case the result will be type which results from (possibly recursively) resolving typedefs.
*/
pragma[nomagic]
Type getUnderlyingType() { result = this }
/**