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
/
special
/
class.ctor
/
p5-0x.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cxx2a] P0641R2: (Some) type mismatches on defaulted functions only
Richard Smith
2018-09-28
1
-1
/
+1
*
Fold -Wreturn-stack-address into general initialization lifetime
Richard Smith
2018-07-23
1
-1
/
+1
*
Restructure checking for, and warning on, lifetime extension.
Richard Smith
2018-07-17
1
-1
/
+5
*
Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...
Florian Hahn
2018-07-17
1
-5
/
+1
*
Restructure checking for, and warning on, lifetime extension.
Richard Smith
2018-07-17
1
-1
/
+5
*
Move detection of reference members binding to temporaries from building of
Richard Smith
2013-06-12
1
-1
/
+1
*
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-11
1
-0
/
+12
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-10
/
+25
*
[class.copy]p23: Fix an assertion caused by incorrect argument numbering in a
Richard Smith
2012-04-29
1
-3
/
+3
*
Finish PR10217: Ensure we say that a special member was implicitly, not
Richard Smith
2012-04-02
1
-5
/
+3
*
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-03-30
1
-25
/
+34
*
Ensure that we delete default constructors in the right cases. Don't delete the
Richard Smith
2012-02-27
1
-11
/
+16
*
Special members which are defaulted or deleted on their first declaration are
Richard Smith
2012-02-26
1
-5
/
+2
*
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2012-02-15
1
-27
/
+30
*
Compute whether a class is trivial correctly for template classes with an exp...
Eli Friedman
2011-11-15
1
-2
/
+9
*
When we notice that a member function is defined with "= delete" or "=
Douglas Gregor
2011-11-07
1
-10
/
+4
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Begin work consolidating ShouldDelete* functions.
Alexis Hunt
2011-10-10
1
-4
/
+0
*
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-11
1
-0
/
+173