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
/
SemaCXX
/
anonymous-union.cpp
Age
Commit message (
Expand
)
Author
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-01-31
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-28
Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
2011-05-09
Ignore const/volatile/restrict qualifiers on anonymous structs and
Douglas Gregor
2010-09-23
Fix bogus compiler errors when declaring anonymous union, outside a class, with
Argyrios Kyrtzidis
2010-05-21
Propagate access specifiers to anonymous union members nested within classes.
John McCall
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-01-22
Patch fixes a lookup bug in c++'s anonymous union member
Fariborz Jahanian
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-01-12
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2009-01-08
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2009-01-07
Finished semantic analysis of anonymous unions in C++.
Douglas Gregor
2009-01-07
Test case for anonymous unions in C++
Douglas Gregor