summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/anonymous-struct-union.c
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-081-5/+5
* Don't a.k.a. through the primary typedef of an anonymous tag decl.John McCall2010-01-131-0/+6
* 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
* Clean up some error messages with anonymous structs/unions and member declara...Douglas Gregor2009-03-061-0/+7
* Use the 'declaration does not declare anything' error when we see an anonymou...Douglas Gregor2009-03-061-3/+5
* Add coverage of "member of anonymous union redeclares ..." diagnostic.Daniel Dunbar2009-02-271-0/+8
* fix rdar://6611778, a redefinition of an interface was causing anChris Lattner2009-02-231-2/+1
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-0/+82
OpenPOWER on IntegriCloud