summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-36/+36
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-1/+4
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-2/+8
* Implement P1668R1Erich Keane2019-08-191-2/+6
* When determining whether a lambda-expression is implicitly constexpr,Richard Smith2019-07-291-4/+1
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-5/+17
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-17/+5
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-5/+17
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-4/+23
* [Sema] Don't crash on out-of-line virtual constexpr functionsDavid Majnemer2015-05-221-0/+4
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-161-2/+2
* C++1y is now C++14!Aaron Ballman2014-08-191-14/+14
* C++1y: an assignment operator is implicitly 'constexpr' if it would only call...Richard Smith2013-05-071-0/+12
* C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith2013-05-061-8/+0
* C++1y: support for increment and decrement in constant expression evaluation.Richard Smith2013-05-051-1/+1
* Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith2013-05-051-4/+6
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-15/+155
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-13/+13
* <rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor2013-04-081-0/+16
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-14/+11
* constexpr: Unlike other incomplete types, 'void' cannot possibly be completed asRichard Smith2012-02-011-0/+1
* constexpr: Implement the [dcl.constexpr]p5 check for whether a constexprRichard Smith2012-01-271-0/+12
* PR11754: Reject non-static constexpr member functions in classes with virtualRichard Smith2012-01-131-0/+4
* PR11614: Mark defaulted special constructors as constexpr if their implicitRichard Smith2011-12-221-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* constexpr: semantic checking for constexpr functions and constructors. Based inRichard Smith2011-10-011-0/+125
OpenPOWER on IntegriCloud