Age | Commit message (Expand) | Author |
2013-05-03 | <rdar://problem/13806270> A template argument list is a constant-evaluated co... | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | Revert r180970; it's causing breakage. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
2013-04-29 | Keep the parser's template depth up to date when parsing local templates and | Richard Smith |
2013-04-29 | Properly reenter multiple contexts when parsing a late-parsed function template | Richard Smith |
2013-04-29 | Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build | Richard Smith |
2013-04-24 | Removing example-dynarray.cpp test since it's of no value. | Jyotsna Verma |
2013-04-08 | Fix PR15634, better error message for template deduction failure. | Richard Trieu |
2013-04-04 | XFAIL example-dynarray.cpp test for Hexagon as some of the header files | Jyotsna Verma |
2013-03-28 | Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e... | Richard Smith |
2013-03-27 | Don't reject __restrict applied to a dependent type; it might instantiate to ... | Richard Smith |
2013-03-26 | <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu... | Douglas Gregor |
2013-03-14 | Flag that friend function definitions are "late parsed" so that | John McCall |
2013-03-08 | <rdar://problem/13094134> Don't try to wire up typedef names for invalid anon... | Douglas Gregor |
2013-03-08 | <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp... | Douglas Gregor |
2013-03-05 | Add quotation marks to template names in diagnostics. | David Blaikie |
2013-02-27 | PR15360: nullptr as a non-type template argument to a function type non-type ... | David Blaikie |
2013-02-27 | Add test coverage for array to pointer decay in non-type template parameters. | David Blaikie |
2013-02-22 | Handle alignas(foo...) pack expansions. | Richard Smith |
2013-02-02 | PR15132: Replace "address expression must be an lvalue or a function | Richard Smith |
2013-01-31 | Improve 'failed template argument deduction' diagnostic for the case where we | Richard Smith |
2013-01-16 | Apply adjustment to function- and array-typed non-type template | Douglas Gregor |
2012-12-22 | PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ... | Richard Smith |
2012-12-21 | Fix regression in r170489: when instantiating a direct initializer which is a | Richard Smith |
2012-12-20 | Implement AST dumper for Decls. | Alexander Kornienko |
2012-12-19 | Attempt to clarify a vexing-parse diagnostic. | Richard Smith |
2012-12-19 | Fix assertion failure in self-host (and probably bogus template instantiation | Richard Smith |
2012-12-13 | Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, | Eli Friedman |
2012-11-28 | PR13098: If we're instantiating an overloaded binary operator and we could | Richard Smith |
2012-11-26 | PR14428: When instantiating a 'new' expression, if we had a non-dependent | Richard Smith |
2012-11-23 | Sema: Provide a valid source location when instantiating templates based on a... | Benjamin Kramer |
2012-11-14 | When we have a MemberExpr referring to an overloaded static member function, | Richard Smith |
2012-11-13 | When filtering the list of associated namespaces so that we don't suggest people | Nick Lewycky |
2012-11-10 | Rework my implementation of circular-reference finding to not use | Douglas Gregor |
2012-11-10 | Diagnostic circular inheritance involving dependent base classes. We | Douglas Gregor |
2012-11-09 | PR13788: Don't perform checks on the initializer of a dependently-typed | Richard Smith |
2012-11-07 | When template deduction fails on a derived class, try a template deduction on | Richard Trieu |
2012-11-07 | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith |
2012-11-07 | Add missing check to warning for packed attribute. PR14259. | Eli Friedman |
2012-10-23 | When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope | Richard Smith |
2012-10-21 | Unrevert r166268, reverted in r166272, with a fix for the issue which Nick | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-19 | Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. | Nick Lewycky |
2012-10-19 | PR14124: When performing template instantiation of a qualified-id outside of a | Richard Smith |
2012-09-27 | Fix a regression from r164656. | Eli Friedman |
2012-09-25 | Don't produce diagnostics for missing ctor-initializers during template | Richard Smith |
2012-09-22 | Fix bug which sometimes resulted in further diagnostics being produced after a | Richard Smith |
2012-09-13 | Don't perform template argument deduction against invalid templates; | Douglas Gregor |