aboutsummaryrefslogtreecommitdiff
path: root/test/CXX
AgeCommit message (Expand)Author
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
2013-02-12Call __cxa_begin_catch with the current exception beforeJohn McCall
2013-02-06Don't check whether a friend declaration is correctly formed when instantiating,Nick Lewycky
2013-02-05Add some missing diagnostics for C++11 narrowing conversions.Richard Smith
2013-02-01Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith
2013-02-01Don't do delayed exception-specification checking on an invalidDouglas Gregor
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2013-01-30Unresolved lookups can have using declarations that refer toDouglas Gregor
2013-01-30[Sema] Constrain test added in r173873 with expected-error-reDavid Blaikie
2013-01-30Provide a fixit for constexpr non-static data members.David Blaikie
2013-01-29Move -Wstatic-float-init fixit into a note & don't recover as if constexprDavid Blaikie