You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cling] Fully desugar UsingType in GetFullyQualifiedType
UT->getUnderlyingType() which only strips one sugar layer, stopping at the
first TypedefType rather than reaching the canonical type.
Use QT.getCanonicalType() instead to strip all sugar layers at once.
0 commit comments