[cfe-commits] [Windows] Fix PR13455 - mangling of templates with declaraion as an argument

John McCall rjmccall at apple.com
Fri Aug 24 18:21:55 PDT 2012


On Jul 25, 2012, at 3:02 AM, Timur Iskhodzhanov wrote:
> Can you please review this small patch?
> It fixes http://llvm.org/bugs/show_bug.cgi?id=13455
> 
> The only thing I'm unsure about is the TemplateBase.h part of the
> change - please check if it's OK to alter this assertion.

Uh, no, it's not okay to alter that assertion.

> Or maybe I should instead change Charles's code at MicrosoftMangle:375
> (not yet clear how though).

You'll need to switch out and do something different for each kind of
template argument.

John.



More information about the cfe-commits mailing list