[cfe-commits] r145776 - in /cfe/trunk: lib/AST/ItaniumMangle.cpp test/CodeGenCXX/mangle-address-space.cpp
Douglas Gregor
dgregor at apple.com
Sat Dec 3 23:08:05 PST 2011
Sent from my iPhone
On Dec 3, 2011, at 8:35 PM, John McCall <rjmccall at apple.com> wrote:
> 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.
This code only matters for class types, so we don't need to check for ownership qualifiers.
More information about the cfe-commits
mailing list