index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
anonymous-union.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Fix parsing of anonymous union in language linkage specification
Jan Korous
2018-06-06
1
-0
/
+4
*
Fix half of PR26048. We don't yet diagnose the case where the anonymous union...
Richard Smith
2016-01-06
1
-2
/
+2
*
Improve the error message for assigning to read-only variables.
Richard Trieu
2015-04-11
1
-5
/
+6
*
Forgot to commit this change with r223975
David Majnemer
2014-12-10
1
-2
/
+2
*
AST: Properly calculate the linkage of a IndirectFieldDecl
David Majnemer
2014-12-10
1
-0
/
+4
*
Fix member refs with using decl + anonymous union.
Eli Friedman
2013-07-16
1
-0
/
+9
*
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
1
-1
/
+1
*
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-31
1
-5
/
+5
*
Add a -pedantic warning: an anonymous union within an anonymous union is not
Richard Smith
2013-01-28
1
-5
/
+5
*
Ignore const/volatile/restrict qualifiers on anonymous structs and
Douglas Gregor
2011-05-09
1
-4
/
+26
*
Fix bogus compiler errors when declaring anonymous union, outside a class, with
Argyrios Kyrtzidis
2010-09-23
1
-0
/
+20
*
Propagate access specifiers to anonymous union members nested within classes.
John McCall
2010-05-21
1
-0
/
+34
*
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-04-08
1
-1
/
+1
*
Patch fixes a lookup bug in c++'s anonymous union member
Fariborz Jahanian
2010-01-22
1
-0
/
+10
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2009-01-12
1
-0
/
+3
*
Unify the code for defining tags in C and C++, so that we always
Douglas Gregor
2009-01-08
1
-1
/
+1
*
Finished semantic analysis of anonymous unions in C++.
Douglas Gregor
2009-01-07
1
-4
/
+15
*
Test case for anonymous unions in C++
Douglas Gregor
2009-01-07
1
-0
/
+99