summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-061-0/+96
* Retain an expression pack expansion when the parameter pack expansion code asksRichard Smith2014-06-061-0/+7
* PR14841: If partial substitution of explicitly-specified template argumentsRichard Smith2014-06-061-0/+12
* PR19936: Fix a really dumb bug where we would profile dependent operator* exp...Richard Smith2014-06-051-0/+15
* PR19878: If a pack expansion appears within another pack expansion, correctlyRichard Smith2014-05-291-0/+20
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-171-1/+1
* Permit duplicate explicit class instantiations if MSVCCompat is enabledWill Wilson2014-05-091-0/+9
* PR19340: If we see a declaration of a member of an unspecialized class templateRichard Smith2014-04-171-4/+14
* Sema: Implement DR317David Majnemer2014-03-302-2/+2
* -fms-compatibility: Only form implicit member exprs for unqualified idsReid Kleckner2014-03-251-0/+23
* PR18275: If a member function of a class template is declared with aRichard Smith2014-03-131-0/+24
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-111-2/+2
* Normalize line endingsDavid Majnemer2014-03-021-5/+5
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-4/+12
* Do not add enums to prototype scope in C++ modes.Peter Collingbourne2014-02-221-0/+15
* Sema: Don't crash when trying to instantiate a local class with an invalid ba...David Majnemer2014-02-221-1/+14
* PR16519, PR18009: When checking a partial specialization for uses of its ownRichard Smith2014-02-091-0/+58
* PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of aRichard Smith2014-02-031-0/+36
* Sema: Reject templates in all extern "C" contexts.Benjamin Kramer2014-02-021-0/+7
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-145-10/+10
* There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman2014-01-131-1/+1
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-135-9/+33
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-117-18/+15
* PR18246: When performing template argument deduction to decide which templateRichard Smith2013-12-141-0/+19
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-146-8/+8
* PR18232: implement instantiation for class-scope explicit specializations ofRichard Smith2013-12-141-0/+49
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-146-8/+8
* Add a testcase and a FIXME for an accepts-invalid.Richard Smith2013-12-131-8/+19
* Detabify and fix formatting.Richard Smith2013-12-131-67/+40
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-133-3/+3
* Switch to the new MingW ABI.Rafael Espindola2013-12-123-3/+3
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-113-5/+5
* Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer2013-12-101-1/+8
* Give a more appropriate diagnostic when a template specialization orRichard Smith2013-12-071-1/+1
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-061-0/+7
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Add a return statement to the func with an int return type.Kaelyn Uhrain2013-11-281-0/+1
* Sema: Instantiation of variable definitions weren't local enoughDavid Majnemer2013-11-271-0/+20
* [Sema] Don't look for the instantiation of a local extern decl in a differentArgyrios Kyrtzidis2013-11-271-0/+25
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-271-1/+95
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-211-0/+14
* Extra test for r194444.Richard Smith2013-11-121-0/+12
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-081-5/+12
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-261-0/+14
* Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer2013-10-221-0/+4
* Sema: Do not allow template declarations inside local classesDavid Majnemer2013-10-222-105/+7
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-8/+8
* Fix missed exception spec checks and crashesAlp Toker2013-10-181-0/+30
* Revert "Fix missed exception spec checks and crashes"Alp Toker2013-10-171-30/+0
* Fix missed exception spec checks and crashesAlp Toker2013-10-171-0/+30