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-cxx2a.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45350: Handle unsized array CXXConstructExprs in constant evaluation
Richard Smith
2020-05-18
1
-0
/
+20
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
1
-105
/
+1
*
If constant evaluation fails due to an unspecified pointer comparison,
Richard Smith
2019-12-16
1
-1
/
+1
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Elizabeth Andrews
2019-12-03
1
-1
/
+2
*
Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...
Melanie Blower
2019-11-08
1
-2
/
+1
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Melanie Blower
2019-11-08
1
-1
/
+2
*
PR43762: when implicitly changing the active union member for an
Richard Smith
2019-10-27
1
-0
/
+42
*
[c++20] Check for a class-specific operator delete when deleting an
Richard Smith
2019-10-07
1
-0
/
+19
*
Fix crash on constant-evaluation of pseudo-destruction of a pointer.
Richard Smith
2019-10-02
1
-0
/
+9
*
During constant evaluation, handle CXXBindTemporaryExprs for
Richard Smith
2019-10-01
1
-0
/
+5
*
[c++20] Fix crash when constant-evaluating an assignment with a
Richard Smith
2019-10-01
1
-0
/
+23
*
Fix crash on value-dependent delete-expressions.
Richard Smith
2019-09-30
1
-0
/
+6
*
Don't crash if a variable with a constexpr destructor has a
Richard Smith
2019-09-29
1
-0
/
+9
*
For now, disallow lifetime-extended temporaries with non-trivial (but
Richard Smith
2019-09-29
1
-0
/
+19
*
For P0784R7: add support for explicit destructor calls and
Richard Smith
2019-09-27
1
-0
/
+177
*
For P0784R7: add support for new (std::nothrow).
Richard Smith
2019-09-27
1
-0
/
+18
*
For P0784R7: Add support for dynamic allocation with new / delete during
Richard Smith
2019-09-27
1
-1
/
+303
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-0
/
+119
*
Fix assertion failure when constant evaluation of a switch jumps over an
Richard Smith
2019-09-20
1
-0
/
+13
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
1
-7
/
+80
*
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
Roman Lebedev
2019-09-04
1
-0
/
+119
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-04
1
-119
/
+0
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-0
/
+119
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-119
/
+0
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-0
/
+119
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-31
1
-119
/
+0
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-0
/
+119
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-119
/
+0
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-0
/
+119
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-08-30
1
-119
/
+0
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-0
/
+16
*
[c++2a] Fix assertion failure if we would walk over more than one level
Richard Smith
2019-05-30
1
-0
/
+10
*
Fix hang during constant evaluation of union assignment.
Eric Fiselier
2019-05-23
1
-0
/
+8
*
[c++20] P1330R0: permit simple-assignments that change the active member
Richard Smith
2019-05-21
1
-0
/
+101
*
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
Richard Smith
2019-05-17
1
-0
/
+59
*
Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...
Chris Bieneman
2019-05-17
1
-59
/
+0
*
[c++20] P1327R1: Support for typeid applied to objects of polymorphic
Richard Smith
2019-05-17
1
-0
/
+59
*
[c++20] For P1327R1: support dynamic_cast in constant expression
Richard Smith
2019-05-15
1
-0
/
+52
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-0
/
+91
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-93
/
+0
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-0
/
+93
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-0
/
+7
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-9
/
+188
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+27