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
/
dcl.decl
/
dcl.fct.def
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
1
-11
/
+11
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-5
/
+21
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-1
/
+1
*
P1286R2: Remove restriction that the exception specification of a
Richard Smith
2019-05-06
1
-8
/
+19
*
[cxx2a] P0641R2: (Some) type mismatches on defaulted functions only
Richard Smith
2018-09-28
1
-2
/
+49
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-0
/
+1
*
Move fixit for const init from note to diag, weaken to warning in MS mode.
Nico Weber
2015-04-17
1
-2
/
+2
*
First half of CWG1962: decltype(__func__) should not be a reference type,
Richard Smith
2014-11-11
1
-0
/
+18
*
Improve diagnostic on default-initializing const variables (PR20208).
Nico Weber
2014-07-23
1
-2
/
+2
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
1
-2
/
+2
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-3
/
+2
*
Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...
Richard Smith
2012-12-07
1
-0
/
+26
*
Explicitly defaulted constructors cannot be used for default initialization.
Aaron Ballman
2012-07-31
1
-3
/
+13
*
PR12937: Explicitly deleting an explicit template specialization.
David Blaikie
2012-06-25
1
-0
/
+8
*
Fold the six functions checking explicitly-defaulted special member functions
Richard Smith
2012-05-15
1
-1
/
+59
*
Special members which are defaulted or deleted on their first declaration are
Richard Smith
2012-02-26
1
-1
/
+2
*
PR11614: Mark defaulted special constructors as constexpr if their implicit
Richard Smith
2011-12-22
1
-0
/
+55