[cfe-commits] r66353 - in /cfe/trunk: lib/CodeGen/Mangle.cpp test/CodeGenCXX/mangle.cpp

Eli Friedman eli.friedman at gmail.com
Sat Mar 7 20:58:03 PST 2009


On Sat, Mar 7, 2009 at 3:57 PM, Anders Carlsson <andersca at mac.com> wrote:
> Make mangling work with anonymous tag types.

Not quite; try the following testcase:
typedef struct {int a;} x,y;
void a(y) { }

-Eli



More information about the cfe-commits mailing list