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