summaryrefslogtreecommitdiff
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-144-0/+326
* Implement C++0x [lex.pptoken]p3's handling of <::.Richard Smith2011-04-141-0/+11
* When creating an implicit member expression through a qualified-id, check tha...Argyrios Kyrtzidis2011-04-141-6/+11
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-4/+4
* This test works now; enable it.John McCall2011-04-121-18/+16
* PR9669: implement correct checking for [dcl.init.string]p2.Eli Friedman2011-04-111-0/+2
* Simplify calling CheckPlaceholderExpr, converge on it in a few places,John McCall2011-04-101-6/+6
* When emitting a "too many arguments to function call..." error, also include ...Ted Kremenek2011-04-041-1/+1
* Fix a bug in how we were resolving the address of overloaded functionsChandler Carruth2011-03-291-1/+65
* Replace the call to ParseOptionalCXX0XClassVirtSpecifierSeq with code to only...Anders Carlsson2011-03-251-4/+0
* Get rid of handling of the 'explicit' keyword from class-head. We still parse...Anders Carlsson2011-03-251-22/+0
* Remove warnings about using override control keywords in inline function defi...Anders Carlsson2011-03-251-13/+0
* Remove 'new' from virt-specifier since it's going to be removed in the next C...Anders Carlsson2011-03-252-3/+0
* Detect attempts to provide a specialization of a function within aDouglas Gregor2011-03-161-0/+12
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-162-6/+6
* Fix test case.Sebastian Redl2011-03-151-4/+5
* Extend the noexcept expression test to test noexcept specification functions.Sebastian Redl2011-03-151-0/+4
* More robust check for the special C++0x operator new workaround.Sebastian Redl2011-03-151-2/+2
* Implement a hack to work around the changing exception specification of opera...Sebastian Redl2011-03-151-0/+11
* Reintroduce r127617: "Code generation for noexcept." with fixes.Sebastian Redl2011-03-152-0/+29
* Revert r127617: "Code generation for noexcept."Jakob Stoklund Olesen2011-03-152-31/+0
* Code generation for noexcept.Sebastian Redl2011-03-142-0/+31
* Implement instantiation of noexcept spec and add a test case.Sebastian Redl2011-03-141-0/+12
* Add another, pretty trivial, exception spec test case.Sebastian Redl2011-03-141-0/+12
* Make deallocation functions implicitly noexcept in C++0x.Sebastian Redl2011-03-141-0/+24
* Revert "Disable inherited constructors for 2.9."Sebastian Redl2011-03-123-9/+3
* Disable inherited constructors for 2.9.Sebastian Redl2011-03-123-3/+9
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-126-9/+392
* Revert r127206 "Detect attempts to provide a specialization of a function withinDaniel Dunbar2011-03-091-12/+0
* Detect attempts to provide a specialization of a function within aDouglas Gregor2011-03-081-0/+12
* Support explicit template specialization and instantiation for membersDouglas Gregor2011-03-073-0/+149
* Produce a diagnostic for unused overloaded expressions, from Faisal Vali!Douglas Gregor2011-03-071-0/+31
* Parser support for noexcept specifications.Sebastian Redl2011-03-051-0/+49
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-023-3/+3
* When we're substituting into a parameter-type-list nested inside the patternDouglas Gregor2011-03-021-0/+18
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-289-11/+11
* Provide Fixit warning when 'auto' is intended as storageFariborz Jahanian2011-02-221-1/+1
* Fix a few auto-related issues:Richard Smith2011-02-225-10/+63
* Add reference to PR 9278 for archaeologists.Richard Smith2011-02-221-0/+1
* C++0x's deduced auto is illegal in typedefs.Richard Smith2011-02-211-0/+3
* Tweaks to C++0x deduced auto type support:Richard Smith2011-02-211-1/+8
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-208-6/+269
* Handle the resolution of a reference to a function template (whichDouglas Gregor2011-02-193-4/+97
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-197-9/+9
* Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth2011-02-182-7/+7
* Implement C++0x [expr.static.cast]p9, which permits explicitly castingDouglas Gregor2011-02-181-0/+29
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-1/+1
* When printing a qualified type, look through a substituted templateDouglas Gregor2011-02-172-4/+4
* Handle delayed access in local declarations. PR9229.John McCall2011-02-151-0/+15
* Return a declaration to the parser when creating a field in C++ so thatJohn McCall2011-02-151-0/+14