summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.types
Commit message (Expand)AuthorAgeFilesLines
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+42
* [Sema] Don't crash if array bound calculation overflowed constexpr arrayDavid Majnemer2015-04-181-0/+2
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-161-6/+5
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-2/+12
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-5/+5
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-1/+1
* If a type is non-literal by virtue of being incomplete produce notesRichard Smith2012-04-251-3/+3
* Make RequireLiteralType work correctly with incomplete array types. PR12037.Eli Friedman2012-02-201-0/+17
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-21/+27
* CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith2012-02-091-18/+0
* constexpr: converted constant expression handling for enumerator values, caseRichard Smith2012-01-181-2/+2
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-5/+4
* When we notice that a member function is defined with "= delete" or "=Douglas Gregor2011-11-071-0/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* constexpr: don't consider class types with mutable members to be literal types.Richard Smith2011-10-121-0/+19
* constexpr: semantic checking for constexpr functions and constructors. Based inRichard Smith2011-10-011-0/+108
OpenPOWER on IntegriCloud