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
/
constant-expression-cxx1y.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR16755: When initializing or modifying a bitfield member in a constant
Richard Smith
2013-08-06
1
-0
/
+17
*
C++1y: track object lifetime during constexpr evaluation, and don't allow
Richard Smith
2013-07-24
1
-0
/
+56
*
More of N3652: don't add an implicit 'const' to 'constexpr' member functions ...
Richard Smith
2013-06-25
1
-0
/
+24
*
PR16377: Allow evaluation of statement expressions in constant evaluation,
Richard Smith
2013-06-20
1
-0
/
+25
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+40
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-0
/
+10
*
PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr
Richard Smith
2013-05-21
1
-0
/
+7
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-2
/
+3
*
C++1y: support for 'switch' statements in constexpr functions. This is somewhat
Richard Smith
2013-05-12
1
-0
/
+114
*
C++1y constant expression evaluation: compound assignment support for floatin...
Richard Smith
2013-05-07
1
-13
/
+54
*
C++1y constant expression evaluation: support for compound assignments on int...
Richard Smith
2013-05-07
1
-3
/
+55
*
C++1y: an assignment operator is implicitly 'constexpr' if it would only call...
Richard Smith
2013-05-07
1
-0
/
+43
*
C++1y: support range-based for loops in constant expressions.
Richard Smith
2013-05-06
1
-0
/
+54
*
C++1y: support 'for', 'while', and 'do ... while' in constant expressions.
Richard Smith
2013-05-06
1
-20
/
+71
*
C++1y: support for increment and decrement in constant expression evaluation.
Richard Smith
2013-05-05
1
-7
/
+73
*
Factor out duplication between lvalue-to-rvalue conversions and variable
Richard Smith
2013-05-05
1
-0
/
+5
*
C++1y: support simple variable assignments in constexpr functions.
Richard Smith
2013-04-26
1
-0
/
+157
*
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
1
-0
/
+126