summaryrefslogtreecommitdiff
path: root/test/SemaCXX/constant-expression-cxx2a.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-7/+80
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-0/+119
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-119/+0
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+119
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-119/+0
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+119
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-119/+0
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+119
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-119/+0
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+119
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-119/+0
* [cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith2019-06-251-0/+16
* [c++2a] Fix assertion failure if we would walk over more than one levelRichard Smith2019-05-301-0/+10
* Fix hang during constant evaluation of union assignment.Eric Fiselier2019-05-231-0/+8
* [c++20] P1330R0: permit simple-assignments that change the active memberRichard Smith2019-05-211-0/+101
* [c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith2019-05-171-0/+59
* Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic ...Chris Bieneman2019-05-171-59/+0
* [c++20] P1327R1: Support for typeid applied to objects of polymorphicRichard Smith2019-05-171-0/+59
* [c++20] For P1327R1: support dynamic_cast in constant expressionRichard Smith2019-05-151-0/+52
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-0/+91
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-93/+0
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-0/+93
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+7
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-9/+188
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+27