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.dcl
/
dcl.spec
/
dcl.constexpr
/
p3.cpp
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
-36
/
+36
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-1
/
+4
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
1
-2
/
+8
*
Implement P1668R1
Erich Keane
2019-08-19
1
-2
/
+6
*
When determining whether a lambda-expression is implicitly constexpr,
Richard Smith
2019-07-29
1
-4
/
+1
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-5
/
+17
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-17
/
+5
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-5
/
+17
*
[constexpr][c++2a] Try-catch blocks in constexpr functions
Bruno Cardoso Lopes
2018-12-10
1
-4
/
+23
*
[Sema] Don't crash on out-of-line virtual constexpr functions
David Majnemer
2015-05-22
1
-0
/
+4
*
DR1684: a constexpr member function need not be a member of a literal class t...
Richard Smith
2014-12-16
1
-2
/
+2
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-14
/
+14
*
C++1y: an assignment operator is implicitly 'constexpr' if it would only call...
Richard Smith
2013-05-07
1
-0
/
+12
*
C++1y: support 'for', 'while', and 'do ... while' in constant expressions.
Richard Smith
2013-05-06
1
-8
/
+0
*
C++1y: support for increment and decrement in constant expression evaluation.
Richard Smith
2013-05-05
1
-1
/
+1
*
Factor out duplication between lvalue-to-rvalue conversions and variable
Richard Smith
2013-05-05
1
-4
/
+6
*
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
1
-15
/
+155
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
1
-13
/
+13
*
<rdar://problem/13584715> Converted constant expressions are expected to have...
Douglas Gregor
2013-04-08
1
-0
/
+16
*
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-13
1
-14
/
+11
*
constexpr: Unlike other incomplete types, 'void' cannot possibly be completed as
Richard Smith
2012-02-01
1
-0
/
+1
*
constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr
Richard Smith
2012-01-27
1
-0
/
+12
*
PR11754: Reject non-static constexpr member functions in classes with virtual
Richard Smith
2012-01-13
1
-0
/
+4
*
PR11614: Mark defaulted special constructors as constexpr if their implicit
Richard Smith
2011-12-22
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
constexpr: semantic checking for constexpr functions and constructors. Based in
Richard Smith
2011-10-01
1
-0
/
+125