Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2e2468e2d2ccbb9a38fe3b6b754009af7e5d39a9
/
test
/
Sema
/
anonymous-struct-union.c
e224ba7
Fix tests to account for new warning "expected ';' at end of declaration list". Sorry, folks!
by Carl Norum
· 14 years ago
08a4190
Improve diagnostics like "initializing <type> from an expression of
by Douglas Gregor
· 15 years ago
d4eea83
Improve diagnostics when we fail to convert from a source type to a
by Douglas Gregor
· 15 years ago
cb821d0
Downgrade the "declaration does not declare anything" error to a
by Douglas Gregor
· 15 years ago
64f7e25
Don't a.k.a. through the primary typedef of an anonymous tag decl.
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
e950d4b
Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680
by Douglas Gregor
· 16 years ago
a71c129
Use the 'declaration does not declare anything' error when we see an anonymous struct/union declaration outside of a struct or union in C
by Douglas Gregor
· 16 years ago
c8d8fa9
Add coverage of "member of anonymous union redeclares ..." diagnostic.
by Daniel Dunbar
· 16 years ago
1829a6d
fix rdar://6611778, a redefinition of an interface was causing an
by Chris Lattner
· 16 years ago
4920f1f
Implement support for anonymous structs and unions in C. Both C and
by Douglas Gregor
· 16 years ago