Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f249bf3b9f8bd3af711ffe9de411fc435871a4f6
/
test
/
SemaCXX
/
anonymous-union.cpp
7604f64
Ignore const/volatile/restrict qualifiers on anonymous structs and
by Douglas Gregor
· 14 years ago
2b64239
Fix bogus compiler errors when declaring anonymous union, outside a class, with
by Argyrios Kyrtzidis
· 14 years ago
aec0371
Propagate access specifiers to anonymous union members nested within classes.
by John McCall
· 14 years ago
cb821d0
Downgrade the "declaration does not declare anything" error to a
by Douglas Gregor
· 15 years ago
588a4ad
Patch fixes a lookup bug in c++'s anonymous union member
by Fariborz Jahanian
· 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
4920f1f
Implement support for anonymous structs and unions in C. Both C and
by Douglas Gregor
· 16 years ago
72de667
Unify the code for defining tags in C and C++, so that we always
by Douglas Gregor
· 16 years ago
6b3945f
Finished semantic analysis of anonymous unions in C++.
by Douglas Gregor
· 16 years ago
bdae88f
Test case for anonymous unions in C++
by Douglas Gregor
· 16 years ago