[cfe-dev] MicrosoftMangle.cpp, isTemplate, TemplateArgumentLoc and TemplateArgument::Pack
pravic
ehysta at gmail.com
Thu Nov 8 03:34:49 PST 2012
Hi.
Current Clang versions throws assert when TemplateArgumentLoc
constructed with TemplateArgument::Pack type.
Can someone tell, how to avoid it? In release version assert was removed
and code works fine, but this is not correct.
Itanium mangle eliminates TemplateArgumentLoc construction here, but
MicrosoftMangle need a SourceRange to mangle template types.
More information about the cfe-dev
mailing list