[cfe-dev] SubstTemplateTypeParmType and non-canonical replacement type

Stephan Bergmann sbergman at redhat.com
Thu Feb 6 08:14:29 PST 2014


My understanding is that 
clang::SubstTemplateTypeParmType::getReplacementType always returns a 
canonical type, i.e., information about typedefs is erased.

Starting with a clang::Expr, is there another way to determine its 
non-erased type?

Stephan



More information about the cfe-dev mailing list