Age | Commit message (Expand) | Author |
2013-01-31 | Improve 'failed template argument deduction' diagnostic for the case where we | Richard Smith |
2013-01-30 | Unresolved lookups can have using declarations that refer to | Douglas Gregor |
2013-01-30 | [Sema] Constrain test added in r173873 with expected-error-re | David Blaikie |
2013-01-30 | Provide a fixit for constexpr non-static data members. | David Blaikie |
2013-01-29 | Move -Wstatic-float-init fixit into a note & don't recover as if constexpr | David Blaikie |
2013-01-29 | PR15100: look through type sugar when determining whether we have one of the | Richard Smith |
2013-01-29 | Fold tests for C++ 'main' into a single file. | Richard Smith |
2013-01-29 | Don't crash while printing APValues that are lvalues casted to a | Douglas Gregor |
2013-01-28 | Finish semantic analysis for [[carries_dependency]] attribute. | Richard Smith |
2013-01-28 | Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] | Richard Smith |
2013-01-25 | Sync 'in class initialization of static const double' extension up with GCC, | Richard Smith |
2013-01-24 | Handle universal character names and Unicode characters outside of literals. | Jordan Rose |
2013-01-18 | Once we've collected the template arguments for a | Douglas Gregor |
2013-01-17 | Add test for PR12938, fixed by Richard Smith in r172691 | David Blaikie |
2013-01-17 | Test that we correctly handle reversion of line splicing etc in raw string | Richard Smith |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-14 | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith |
2013-01-14 | Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers | Richard Smith |
2013-01-14 | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith |
2013-01-11 | Fixed an assertion failure triggered by invalid code. | Enea Zaffanella |
2012-12-28 | Improve diagnostic wording for when an implicitly-deleted special member | Richard Smith |
2012-12-20 | Implement AST dumper for Decls. | Alexander Kornienko |
2012-12-11 | PR14558: Compute triviality of special members (etc) at the end of the class | Richard Smith |
2012-12-09 | PR14550: If a system header contains a bogus constexpr function definition, | Richard Smith |
2012-12-08 | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith |
2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
2012-12-08 | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith |
2012-12-07 | Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau... | Richard Smith |
2012-12-06 | Fix http://stackoverflow.com/questions/13521163 | Richard Smith |
2012-11-28 | Teach Lexer::getSpelling about raw string literals. Specifically, if a raw | Richard Smith |
2012-11-28 | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith |
2012-11-28 | C++ core issue 1344, PR10618: promote "addition of default argument makes this | Richard Smith |
2012-11-22 | Fix regression in r168477. Use canonical decl when looking for base class | Richard Smith |
2012-11-22 | Fix CXXRecordDecl::forallBases to not look through bases which are dependent | Richard Smith |
2012-11-22 | Test that we correctly deal with multiple copy constructors when detecting | Richard Smith |
2012-11-13 | Fix some wrong-code bugs in implicitly-defined assignment operators: | Richard Smith |
2012-11-12 | Fix more try scoping bugs introduced by r167650. | David Blaikie |
2012-11-10 | Handle redeclarations of catch variables in catch blocks. | David Blaikie |
2012-11-10 | PR14296: function parameter name collisions in function try/catch | David Blaikie |
2012-11-06 | Teach Clang parser to reject C++11 attributes that appertain to declaration s... | Michael Han |
2012-10-25 | When capturing 'this' in a lambda, make sure to update the set of | Douglas Gregor |
2012-10-21 | PR14141 (part of DR1351): An implicitly-deduced "any" exception specification | Richard Smith |
2012-10-20 | DR1473: Do not require a space between operator"" and the ud-suffix in a | Richard Smith |
2012-10-20 | Rework implementation of DR1492: Apply the resolution to operator delete too, | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-19 | Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex... | Andy Gibbs |
2012-10-18 | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith |
2012-10-18 | Tests for DR1507. | Richard Smith |
2012-10-17 | Implement C++ 10.3p16 - overrides involving deleted functions must match. | David Blaikie |
2012-10-16 | Move test to a more appropriate place. | Eli Friedman |