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
/
cxx0x-deleted-default-ctor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing diagnostic for anonymous struct/union definitions that don't
Richard Smith
2019-04-24
1
-7
/
+7
*
[cxx2a] P0641R2: (Some) type mismatches on defaulted functions only
Richard Smith
2018-09-28
1
-3
/
+3
*
When a special member is explicitly defaulted outside its class, and we reject
Richard Smith
2014-01-22
1
-2
/
+2
*
Finish PR10217: Ensure we say that a special member was implicitly, not
Richard Smith
2012-04-02
1
-3
/
+3
*
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-03-30
1
-23
/
+23
*
C++11 [class.ctor]p5 says that
Douglas Gregor
2012-02-24
1
-4
/
+4
*
Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing
Richard Smith
2012-02-18
1
-3
/
+2
*
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2012-02-15
1
-27
/
+27
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Fix PR10531. Attach an initializer to anonymous unions, since the default con...
Richard Smith
2011-09-18
1
-0
/
+12
*
Uncomment this testcase now that we pass it.
Alexis Hunt
2011-06-10
1
-5
/
+2
*
Add some more tests.
Alexis Hunt
2011-05-17
1
-0
/
+74
*
Implement some tests for defaulted constructors. To do this I had to
Alexis Hunt
2011-05-17
1
-0
/
+49