summaryrefslogtreecommitdiff
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Sync 'in class initialization of static const double' extension up with GCC,Richard Smith2013-01-252-2/+2
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-2/+1
* Once we've collected the template arguments for aDouglas Gregor2013-01-181-0/+21
* Add test for PR12938, fixed by Richard Smith in r172691David Blaikie2013-01-171-0/+5
* Test that we correctly handle reversion of line splicing etc in raw stringRichard Smith2013-01-171-0/+4
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-173-3/+49
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-142-0/+18
* Fix regression in r172376. Don't try to detect missing 'constexpr' specifiersRichard Smith2013-01-141-0/+4
* PR12008: defer adding the implicit 'const' to a constexpr member function untilRichard Smith2013-01-142-2/+18
* Fixed an assertion failure triggered by invalid code.Enea Zaffanella2013-01-111-4/+2
* Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith2012-12-283-3/+3
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-7/+7
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-111-0/+12
* PR14550: If a system header contains a bogus constexpr function definition,Richard Smith2012-12-091-1/+21
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-082-6/+161
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-087-41/+321
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-082-10/+44
* Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...Richard Smith2012-12-071-0/+26
* Fix http://stackoverflow.com/questions/13521163Richard Smith2012-12-061-0/+13
* Teach Lexer::getSpelling about raw string literals. Specifically, if a rawRichard Smith2012-11-281-0/+7
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-281-0/+62
* C++ core issue 1344, PR10618: promote "addition of default argument makes thisRichard Smith2012-11-281-2/+1
* Fix regression in r168477. Use canonical decl when looking for base classRichard Smith2012-11-221-0/+9
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-222-1/+67
* Test that we correctly deal with multiple copy constructors when detectingRichard Smith2012-11-221-2/+13
* Fix some wrong-code bugs in implicitly-defined assignment operators:Richard Smith2012-11-131-0/+19
* Fix more try scoping bugs introduced by r167650.David Blaikie2012-11-121-0/+23
* Handle redeclarations of catch variables in catch blocks.David Blaikie2012-11-101-0/+12
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-101-0/+25
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-062-5/+5
* When capturing 'this' in a lambda, make sure to update the set ofDouglas Gregor2012-10-251-0/+15
* PR14141 (part of DR1351): An implicitly-deduced "any" exception specificationRichard Smith2012-10-211-0/+38
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-3/+2
* Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith2012-10-203-7/+47
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-19126-0/+126
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-192-5/+5
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-30/+43
* Tests for DR1507.Richard Smith2012-10-181-0/+14
* Implement C++ 10.3p16 - overrides involving deleted functions must match.David Blaikie2012-10-171-0/+16
* Move test to a more appropriate place.Eli Friedman2012-10-161-32/+0
* Fix pretty-printing for variables declared in a condition. Patch by Grzegorz...Eli Friedman2012-10-161-0/+11
* DR1492: In a definition of a destructor, the exception specification must beRichard Smith2012-10-162-1/+18
* Implement GCC's -Wint-to-pointer-cast.David Blaikie2012-10-161-3/+3
* Fix -ast-print for uses of operator->.Eli Friedman2012-10-121-0/+21
* Fix a crash-on-invalid when parsing a reference to an invalid auto declarationDavid Blaikie2012-10-101-0/+3
* Egriegious hack to support libstdc++4.6's broken <atomic> header, which definesRichard Smith2012-10-041-2/+2
* Improve C++11 attribute parsing.Michael Han2012-10-031-1/+2
* When processing an InitListExpr and skipping the initialization of an invalidRichard Smith2012-09-281-0/+6
* Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith2012-09-261-2/+6
* PR13890: Warn on abstract final classes.David Blaikie2012-09-211-0/+8