summaryrefslogtreecommitdiff
path: root/test/Sema/anonymous-struct-union.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-3/+4
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-0/+10
* revert patch r216469.Fariborz Jahanian2014-08-261-1/+1
* c11- Check for c11 language option as documentation saysFariborz Jahanian2014-08-261-1/+1
* Sema: Handle declspecs without declarators in records properly in C modeDavid Majnemer2014-08-111-1/+1
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-1/+1
* Fix a bug in semantic analysis involving anonymous structs and flexible arrays.Eli Friedman2012-02-071-0/+6
* Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum2011-03-071-1/+1
* 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