[cfe-commits] r145776 - in /cfe/trunk: lib/AST/ItaniumMangle.cpp test/CodeGenCXX/mangle-address-space.cpp

John McCall rjmccall at apple.com
Sat Dec 3 20:35:39 PST 2011


On Dec 3, 2011, at 10:24 AM, Douglas Gregor wrote:
> Author: dgregor
> Date: Sat Dec  3 12:24:43 2011
> New Revision: 145776
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=145776&view=rev
> Log:
> Fix mangling substitutions for address-space-qualified class
> types.

Ownership qualifiers, too.  Really, all the qualifiers mangled by mangleQualifiers,
i.e. everything except the GC qualifiers.

John.



More information about the cfe-commits mailing list