summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
...
* ms-compat: Fix taking the address of a member of a dependent baseReid Kleckner2013-10-151-0/+40
* PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith2013-10-151-2/+1
* Variable templates: handle instantiation of static data member templatesRichard Smith2013-09-271-0/+30
* If a partial specialization of a member template is declared within a classRichard Smith2013-09-261-0/+23
* Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner2013-09-201-1/+1
* Fix crash with cast of value-dependent expr.Eli Friedman2013-09-191-0/+7
* Added regression tests.Serge Pavlov2013-09-111-0/+13
* Ignore noreturn when checking function template specializationsReid Kleckner2013-09-101-0/+8
* Sema: Subst type default template args earlierDavid Majnemer2013-08-282-8/+51
* Richard makes a good point, clean up this test.David Majnemer2013-08-281-8/+3
* Some of this test doesn't want -std=c++11David Majnemer2013-08-281-1/+6
* This test now needs C++11David Majnemer2013-08-281-1/+1
* AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer2013-08-281-0/+11
* Fix name lookup with dependent using decls.Eli Friedman2013-08-201-0/+24
* Fix for dependent contexts in alias templates.Eli Friedman2013-08-151-0/+12
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-151-0/+15
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-132-3/+3
* Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not inst...Serge Pavlov2013-08-101-0/+13
* Correctly profile CXXPseudoDestructorExprs.Eli Friedman2013-08-091-1/+7
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+3
* Fix declaring class template methods with an attributed typedefReid Kleckner2013-07-311-3/+6
* Add testcase for PR16134, which no longer crashes with ToT.Richard Smith2013-07-221-0/+6
* PR16288: A template is only missing a default template argument if it providesRichard Smith2013-07-221-0/+11
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-193-15/+10
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-192-10/+8
* Fix pack instantiation with function types.Eli Friedman2013-07-191-0/+7
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-192-8/+10
* Use an i686 triple for this test now that it uses stdcallReid Kleckner2013-07-191-1/+3
* Create calling convention AttributedType sugar nodesReid Kleckner2013-07-191-0/+6
* Fix for template substitution with packs.Eli Friedman2013-07-191-0/+23
* 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