aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/anonymous-union.cpp
AgeCommit message (Expand)Author
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-01-31Clarify the diagnostic for -Wnested-anon-types.Richard Smith
2013-01-28Add a -pedantic warning: an anonymous union within an anonymous union is notRichard Smith
2011-05-09Ignore const/volatile/restrict qualifiers on anonymous structs andDouglas Gregor
2010-09-23Fix bogus compiler errors when declaring anonymous union, outside a class, withArgyrios Kyrtzidis
2010-05-21Propagate access specifiers to anonymous union members nested within classes.John McCall
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2010-01-22Patch fixes a lookup bug in c++'s anonymous union memberFariborz Jahanian
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-01-12Implement support for anonymous structs and unions in C. Both C andDouglas Gregor
2009-01-08Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor
2009-01-07Finished semantic analysis of anonymous unions in C++.Douglas Gregor
2009-01-07Test case for anonymous unions in C++Douglas Gregor