aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/anonymous-struct-union.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-06Clean up some error messages with anonymous structs/unions and member declara...Douglas Gregor
2009-03-06Use the 'declaration does not declare anything' error when we see an anonymou...Douglas Gregor
2009-02-27Add coverage of "member of anonymous union redeclares ..." diagnostic.Daniel Dunbar
2009-02-23fix rdar://6611778, a redefinition of an interface was causing anChris Lattner
2009-01-12Implement support for anonymous structs and unions in C. Both C andDouglas Gregor