aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/anonymous-struct-union.c
AgeCommit message (Expand)Author
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2012-02-07Fix a bug in semantic analysis involving anonymous structs and flexible arrays.Eli Friedman
2011-03-07Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum
2010-04-09Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2010-01-13Don't a.k.a. through the primary typedef of an anonymous tag decl.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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