summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/anonymous-union.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore const/volatile/restrict qualifiers on anonymous structs andDouglas Gregor2011-05-091-4/+26
* Fix bogus compiler errors when declaring anonymous union, outside a class, withArgyrios Kyrtzidis2010-09-231-0/+20
* Propagate access specifiers to anonymous union members nested within classes.John McCall2010-05-211-0/+34
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-081-1/+1
* Patch fixes a lookup bug in c++'s anonymous union memberFariborz Jahanian2010-01-221-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-0/+3
* Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor2009-01-081-1/+1
* Finished semantic analysis of anonymous unions in C++.Douglas Gregor2009-01-071-4/+15
* Test case for anonymous unions in C++Douglas Gregor2009-01-071-0/+99