[cfe-commits] [cfe-dev] Bug in C++ ABI mangling ?

Douglas Gregor dgregor at apple.com
Sat Dec 3 10:28:18 PST 2011


On Dec 3, 2011, at 7:53 AM, Dmitri Rubinstein wrote:

> As proposed by David (see below) in attachment is a patch with a fix and test case for C++ ABI bug with the address_space qualifier.
> 
> I created the patch on the git trunk of clang.
> 
> Dmitri Rubinstein


I've committed this as r145776, with one tweak: I pulled out the "does this qualifier affect substitution" logic into a static function, rather than duplicating the work. Thanks!

	- Doug



More information about the cfe-commits mailing list