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
/
CXX
/
class
/
class.union
/
p1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust and fix failing CXX tests after r332799
Eric Fiselier
2018-05-19
1
-8
/
+8
*
Fix all tests under test/CXX (and test/Analysis) to pass if clang's default
Richard Smith
2016-08-31
1
-1
/
+1
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-25
/
+28
*
Implement C++03 [dcl.init]p5's checking for value-initialization of references
Richard Smith
2012-12-08
1
-0
/
+6
*
Update source location in test.
Benjamin Kramer
2012-07-30
1
-3
/
+2
*
Don't assert when trying to diagnose why a class with a constructor template is
Richard Smith
2012-02-26
1
-0
/
+4
*
C++11 allows unions to have static data members. Remove the corresponding
Richard Smith
2012-02-16
1
-1
/
+2
*
This test works now; enable it.
John McCall
2011-04-12
1
-18
/
+16
*
A union cannot contain static data members or data members of reference type.
Anders Carlsson
2010-11-07
1
-0
/
+8
*
Pretty-print anonymous types using their kind and presumed location.
John McCall
2010-03-19
1
-7
/
+7
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-21
/
+21
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Make sure we actually have a definition before asking if it is implicit. Fixe...
Sebastian Redl
2009-10-25
1
-0
/
+9
*
Prep for new warning.
Mike Stump
2009-07-22
1
-1
/
+1
*
"This patch implements the restrictions on union members detailed in
Douglas Gregor
2009-07-22
1
-0
/
+105