summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* Sema: Do not merge new decls with invalid, old declsDavid Majnemer2013-07-071-5/+1
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Part of PR15673: If a function template has a default argument in whichRichard Smith2013-07-041-0/+45
* Add regression test for PR12331.Richard Smith2013-07-021-0/+9
* [test] Add test case for rdar://14183893.Argyrios Kyrtzidis2013-06-281-0/+15
* Handle all TemplateArguments in trivial TypeLocs.Eli Friedman2013-06-261-2/+34
* Propagate the invalid bit from bases to derived template classes.Matt Beaumont-Gay2013-06-211-0/+9
* Add test.Eli Friedman2013-06-201-0/+1
* One more cast test.Eli Friedman2013-06-201-0/+12
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-1/+1
* Don't suggest putting 'operator new' or 'operator delete' in a namespace to f...Richard Smith2013-06-121-0/+12
* Implement DR61: Address of ambiguous bound methods should be disallowedDavid Majnemer2013-06-111-1/+1
* Implement DR85: Redeclaration of member is forbiddenDavid Majnemer2013-06-112-3/+0
* Fix the parser's updating of the template depth when parsing local templates ...Faisal Vali2013-06-081-0/+23
* Revert r183618. Faisal Vali2013-06-081-97/+76
* Fix the parser's updating of the template depth when parsing local templates ...Faisal Vali2013-06-081-76/+97
* [analyzer] Fix a crash that occurs when processing an rvalue array.Anna Zaks2013-06-061-0/+12
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-1/+1
* Fix crash-on-invalid: only use TransformAddressOfOperand when transforming theRichard Smith2013-05-211-0/+10
* Check a pointer is not null before attempting to use it. This prevents aRichard Trieu2013-05-161-0/+9
* <rdar://problem/13806270> A template argument list is a constant-evaluated co...Douglas Gregor2013-05-031-0/+9
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-1/+21
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-21/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-1/+21
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+20
* Keep the parser's template depth up to date when parsing local templates andRichard Smith2013-04-291-0/+76
* Properly reenter multiple contexts when parsing a late-parsed function templateRichard Smith2013-04-291-0/+1
* Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't buildRichard Smith2013-04-291-1/+25
* Removing example-dynarray.cpp test since it's of no value.Jyotsna Verma2013-04-241-178/+0
* Fix PR15634, better error message for template deduction failure.Richard Trieu2013-04-081-0/+17
* XFAIL example-dynarray.cpp test for Hexagon as some of the header filesJyotsna Verma2013-04-041-0/+1
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-281-1/+1
* Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith2013-03-271-0/+8
* <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor2013-03-261-0/+18
* Flag that friend function definitions are "late parsed" so thatJohn McCall2013-03-141-0/+20
* <rdar://problem/13094134> Don't try to wire up typedef names for invalid anon...Douglas Gregor2013-03-081-1/+12
* <rdar://problem/13140795> Transform the scope type of a pseudo-destructor exp...Douglas Gregor2013-03-081-0/+19
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-053-4/+4
* PR15360: nullptr as a non-type template argument to a function type non-type ...David Blaikie2013-02-271-0/+10
* Add test coverage for array to pointer decay in non-type template parameters.David Blaikie2013-02-271-6/+5
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-221-0/+23
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-1/+1
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-313-3/+3
* Apply adjustment to function- and array-typed non-type templateDouglas Gregor2013-01-161-0/+15
* PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ...Richard Smith2012-12-221-0/+9
* Fix regression in r170489: when instantiating a direct initializer which is aRichard Smith2012-12-211-0/+6
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-2/+2
* Attempt to clarify a vexing-parse diagnostic.Richard Smith2012-12-191-1/+1
* Fix assertion failure in self-host (and probably bogus template instantiationRichard Smith2012-12-191-0/+10
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-1/+1