summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/member-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-1/+1
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-10/+10
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-2/+1
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-1/+2
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-2/+1
* [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel...Roman Lebedev2018-04-071-1/+1
* [c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith2017-08-281-1/+1
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-14/+10
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-1/+1
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-091-1/+1
* Make diagnostic for use of default member initializer before enclosing class isRichard Smith2016-11-221-10/+10
* [Sema] Don't crash when a field w/ a mem-initializer clashes with a record nameDavid Majnemer2016-06-091-0/+10
* Sema: Dependent array designators cannot be checkedDavid Majnemer2015-01-091-0/+7
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-1/+76
* PR18560: When switching to a new context, don't just save and restore anRichard Smith2014-01-241-0/+10
* When we're synthesizing copy/move-assignment, we can't form a reference to anEli Friedman2013-06-071-0/+11
* PR14838: When a member reference is bound to a temporary, don't forget toRichard Smith2013-01-081-0/+16
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-1/+1
* Recover properly if a class member declaration starts with a scope specifierRichard Smith2012-05-091-1/+1
* Fix crash-on-invalid for 'operator int[]()' in C++11.David Blaikie2012-02-141-0/+3
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* When parsing a function-try-block that does not have aDouglas Gregor2011-09-071-0/+18
* Don't assert on initialized typedef declarations in classes:Richard Smith2011-06-121-0/+4
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-0/+50