index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
anonymous-struct-union.c
Age
Commit message (
Expand
)
Author
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2012-02-07
Fix a bug in semantic analysis involving anonymous structs and flexible arrays.
Eli Friedman
2011-03-07
Fix tests to account for new warning "expected ';' at end of declaration list...
Carl Norum
2010-04-09
Improve diagnostics like "initializing <type> from an expression of
Douglas Gregor
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-01-13
Don't a.k.a. through the primary typedef of an anonymous tag decl.
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-06
Clean up some error messages with anonymous structs/unions and member declara...
Douglas Gregor
2009-03-06
Use the 'declaration does not declare anything' error when we see an anonymou...
Douglas Gregor
2009-02-27
Add coverage of "member of anonymous union redeclares ..." diagnostic.
Daniel Dunbar
2009-02-23
fix rdar://6611778, a redefinition of an interface was causing an
Chris Lattner
2009-01-12
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor