aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaTemplate
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Merging r197298:Bill Wendling1-0/+49
2013-12-14Merging r197305:Bill Wendling1-0/+19
2013-12-10Merging r196852:Bill Wendling1-1/+8
2013-12-01Merging r195897:Bill Wendling1-0/+1
2013-11-28Merging r195887:Bill Wendling1-0/+20
2013-11-28Merging r195827:Bill Wendling1-1/+95
2013-11-27Merging r195303:Bill Wendling1-0/+14
2013-11-12Extra test for r194444.Richard Smith1-0/+12
2013-11-08Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith1-5/+12
2013-10-26Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer1-0/+14
2013-10-22Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer1-0/+4
2013-10-22Sema: Do not allow template declarations inside local classesDavid Majnemer2-105/+7
2013-10-19Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain1-8/+8
2013-10-18Fix missed exception spec checks and crashesAlp Toker1-0/+30
2013-10-17Revert "Fix missed exception spec checks and crashes"Alp Toker1-30/+0
2013-10-17Fix missed exception spec checks and crashesAlp Toker1-0/+30
2013-10-15ms-compat: Fix taking the address of a member of a dependent baseReid Kleckner1-0/+40
2013-10-15PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith1-2/+1
2013-09-27Variable templates: handle instantiation of static data member templatesRichard Smith1-0/+30
2013-09-26If a partial specialization of a member template is declared within a classRichard Smith1-0/+23
2013-09-20Use -fms-compatibility to trigger lookup into dep. basesReid Kleckner1-1/+1
2013-09-19Fix crash with cast of value-dependent expr.Eli Friedman1-0/+7
2013-09-11Added regression tests.Serge Pavlov1-0/+13
2013-09-10Ignore noreturn when checking function template specializationsReid Kleckner1-0/+8
2013-08-28Sema: Subst type default template args earlierDavid Majnemer2-8/+51
2013-08-28Richard makes a good point, clean up this test.David Majnemer1-8/+3
2013-08-28Some of this test doesn't want -std=c++11David Majnemer1-1/+6
2013-08-28This test now needs C++11David Majnemer1-1/+1
2013-08-28AST: Don't treat a TemplateExpansion as a TemplateDavid Majnemer1-0/+11
2013-08-20Fix name lookup with dependent using decls.Eli Friedman1-0/+24
2013-08-15Fix for dependent contexts in alias templates.Eli Friedman1-0/+12
2013-08-15Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman1-0/+15
2013-08-13sizeof(void) etc. should be a hard error in C++.Eli Friedman2-3/+3
2013-08-10Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not inst...Serge Pavlov1-0/+13
2013-08-09Correctly profile CXXPseudoDestructorExprs.Eli Friedman1-1/+7
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo1-1/+3
2013-07-31Fix declaring class template methods with an attributed typedefReid Kleckner1-3/+6
2013-07-22Add testcase for PR16134, which no longer crashes with ToT.Richard Smith1-0/+6
2013-07-22PR16288: A template is only missing a default template argument if it providesRichard Smith1-0/+11
2013-07-19FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo3-15/+10
2013-07-19Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2-10/+8
2013-07-19Fix pack instantiation with function types.Eli Friedman1-0/+7
2013-07-19Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2-8/+10
2013-07-19Use an i686 triple for this test now that it uses stdcallReid Kleckner1-1/+3
2013-07-19Create calling convention AttributedType sugar nodesReid Kleckner1-0/+6
2013-07-19Fix for template substitution with packs.Eli Friedman1-0/+23
2013-07-07Sema: Do not merge new decls with invalid, old declsDavid Majnemer1-5/+1
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola1-1/+1
2013-07-04Part of PR15673: If a function template has a default argument in whichRichard Smith1-0/+45
2013-07-02Add regression test for PR12331.Richard Smith1-0/+9