[cfe-commits] r105699 - /cfe/trunk/lib/CodeGen/Mangle.cpp

Anders Carlsson andersca at mac.com
Wed Jun 9 07:44:24 PDT 2010


Jun 9, 2010 kl. 12:26 AM skrev John McCall:

> Author: rjmccall
> Date: Wed Jun  9 02:26:17 2010
> New Revision: 105699
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=105699&view=rev
> Log:
> Correctly handle > 257 substitutions in a single mangling, and don't introduce
> a spurious substitution for an unscoped dependent template-id after introducing
> a substitution for the scoped template-id.
> 

Nice! Care to add a test case to test/CodeGenCXX/mangle-extreme.cpp? :)

- Anders




More information about the cfe-commits mailing list