summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-241-2/+2
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-3/+10
* C++1y is now C++14!Aaron Ballman2014-08-191-6/+6
* PR14503: Don't assert if a constexpr constructor temploid instantiates to aRichard Smith2013-06-181-0/+20
* C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith2013-05-061-4/+0
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-8/+34
* C++ core issue 1344, PR10618: promote "addition of default argument makes thisRichard Smith2012-11-281-2/+1
* Fix PR13052 properly, by performing special member lookup to determine whetherRichard Smith2012-06-101-1/+47
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-9/+5
* DR1359: A constexpr constructor does not need to initialize an empty struct orRichard Smith2012-02-091-0/+10
* constexpr: Implement the [dcl.constexpr]p5 check for whether a constexprRichard Smith2012-01-271-3/+20
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* constexpr: Disable checking of constructor member initializer lists forRichard Smith2011-10-101-0/+38
* constexpr: semantic checking for constexpr functions and constructors. Based inRichard Smith2011-10-011-0/+188