aboutsummaryrefslogtreecommitdiff
path: root/test/CXX
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-05-06C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith
2013-05-05C++1y: support for increment and decrement in constant expression evaluation.Richard Smith
2013-05-05Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith
2013-05-04Don't build a call expression referring to a function which we're not allowedRichard Smith
2013-05-04Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...Richard Smith
2013-05-04Separate out and special-case the diagnostic for 'auto' in aRichard Smith
2013-05-02Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...Douglas Gregor
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-25Don't mark 'extern "C" void f(void)' as having extern storage class.Rafael Espindola
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-17PR15755: don't drop parameter packs when dropping parameters with defaultRichard Smith
2013-04-17DR974: Lambdas can have default arguments.Richard Smith
2013-04-15Add triples to these tests since they're now using TLS, which isn't available...Richard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-04-10Add support for computing the exception specification for an inheritingRichard Smith
2013-04-10C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith
2013-04-10<rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor
2013-04-09Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor
2013-04-08<rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor
2013-04-08<rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor
2013-04-02If a defaulted special member is implicitly deleted, check whether it'sRichard Smith
2013-04-01Only merge down a variable type if the previous declaration wasJohn McCall
2013-03-27<rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor
2013-03-26<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor
2013-03-26<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...Douglas Gregor
2013-03-26Remove FIXMEs: these are covered by a core issue which we don't yet implementRichard Smith
2013-03-26Implement special-case name lookup for inheriting constructors: memberRichard Smith
2013-03-25<rdar://problem/13395022> Strip references when extracting an initializer_lis...Douglas Gregor
2013-03-20Don't look outside the innermost enclosing namespace whenJohn McCall
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2013-03-15PR15290: 'this' is not permitted in the declaration of a friend function,Richard Smith
2013-03-06PR15390: If a function returns a pointer to a function, that function typeRichard Smith
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2013-02-27Don't crash when diagnosing path-constrained protectedJohn McCall
2013-02-22Don't crash if we try to apply 'alignas' to a variable declared with anRichard Smith
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-22Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out ofRichard Smith
2013-02-22Only suppress instance context if a member is actuallyJohn McCall
2013-02-21Try to get buildbots to pass these tests.Bill Wendling
2013-02-20Attempt to clean up tests for non-X86 platforms.Bill Wendling
2013-02-20Remove target-specific features.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-12Add a test for r174980, that we used to acceptDmitri Gribenko
2013-02-12Accept over-qualified constructor in MSVC emulation modeDmitri Gribenko