summaryrefslogtreecommitdiffstats
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Bah...Bill Wendling2012-05-121-17/+0
* Merging r155426:Bill Wendling2012-05-121-1/+9
* Merging r155218:Bill Wendling2012-05-122-4/+52
* Merging r155424:Bill Wendling2012-05-121-1/+10
* Merging r155975:Bill Wendling2012-05-121-2/+3
* Merging r155728:Bill Wendling2012-04-273-20/+20
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-2/+2
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-163-1/+38
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-0/+90
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-132-6/+6
* Improve diagnostics in C++11 when a non-type template argument for aDouglas Gregor2012-04-101-2/+3
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-101-2/+6
* Disambiguation of '[[':Richard Smith2012-04-101-0/+13
* My original patch missed the virtual-base case for destroyingJohn McCall2012-04-091-0/+16
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-091-0/+20
* Fix several problems with protected access control:John McCall2012-04-072-10/+78
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-0/+55
* Temporary workaround for bug#12457: turn the 'constexpr function never producesRichard Smith2012-04-051-0/+1
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-056-10/+10
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-2/+3
* Hardcode a triple to prevent the test failing on targets which don't support ...Richard Smith2012-04-041-1/+1
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-041-13/+51
* Dependent-sequence initialization of a single element can be directDouglas Gregor2012-04-041-1/+13
* When computing the conversion sequence in overload resolutionJohn McCall2012-04-041-0/+15
* PR10217 diagnostic fix: don't say 'copy constructor' when we meanRichard Smith2012-04-021-1/+1
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-023-12/+10
* Implement DR1402: if a field or base class is not movable, the derived class'sRichard Smith2012-04-022-1/+100
* Basic semantic analysis support for inheriting constructor declarations inRichard Smith2012-04-023-1/+56
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-306-77/+87
* Extend -Wc++11-narrowing to cover converted constant expressions as well as b...Eli Friedman2012-03-291-0/+8
* Unify and fix our checking of C++ [dcl.meaning]p1's requirementsDouglas Gregor2012-03-282-3/+16
* Support for definitions of member enumerations of class templates outside theRichard Smith2012-03-232-0/+161
* Diagnose tag and class template declarations with qualifiedDouglas Gregor2012-03-172-1/+23
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-1/+1
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-142-5/+122
* Implement [temp.param]p5: the top-level cv-qualifiers on a non-type templateRichard Smith2012-03-131-0/+13
* PR11850 + duplicates: don't assume that a function parameter pack expansion isRichard Smith2012-03-131-0/+46
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-6/+4
* C++11 [temp.deduct.call]p6 tweak: when given a set of overlaodedDouglas Gregor2012-03-121-1/+16
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-123-3/+3
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-123-12/+16
* When template argument deduction is ignoring qualifiers, perform deepDouglas Gregor2012-03-111-0/+8
* When determining whether an identifier followed by a '<' in a memberDouglas Gregor2012-03-101-0/+25
* Fix crash & accepts-invalid for array of arrays of user defined type.David Blaikie2012-03-102-0/+30
* PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith2012-03-101-0/+2
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-092-0/+97
* Harden test for 32 bit platforms, where size_t is unsigned int (not unsigned ...Benjamin Kramer2012-03-091-5/+5
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-091-0/+6
* Literal operators can't have default arguments.Richard Smith2012-03-091-0/+1
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-096-0/+106