summaryrefslogtreecommitdiff
path: root/test/SemaCXX/member-init.cpp
AgeCommit message (Expand)Author
2017-08-28[c++2a] P0683R1: Permit default member initializers for bit-fields.Richard Smith
2017-01-07PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith
2016-12-20Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth
2016-12-09DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith
2016-11-22Make diagnostic for use of default member initializer before enclosing class isRichard Smith
2016-06-09[Sema] Don't crash when a field w/ a mem-initializer clashes with a record nameDavid Majnemer
2015-01-09Sema: Dependent array designators cannot be checkedDavid Majnemer
2014-11-17Handle use of default member initializers before end of outermost classReid Kleckner
2014-01-24PR18560: When switching to a new context, don't just save and restore anRichard Smith
2013-06-07When we're synthesizing copy/move-assignment, we can't form a reference to anEli Friedman
2013-01-08PR14838: When a member reference is bound to a temporary, don't forget toRichard Smith
2012-07-27Final piece of core issue 1330: delay computing the exception specification ofRichard Smith
2012-05-09Recover properly if a class member declaration starts with a scope specifierRichard Smith
2012-02-14Fix crash-on-invalid for 'operator int[]()' in C++11.David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-07When parsing a function-try-block that does not have aDouglas Gregor
2011-06-12Don't assert on initialized typedef declarations in classes:Richard Smith
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith