summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
Commit message (Expand)AuthorAge
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-20
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-12
* Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner2014-06-11
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-10
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Retain an expression pack expansion when the parameter pack expansion code asksRichard Smith2014-06-06
* PR14841: If partial substitution of explicitly-specified template argumentsRichard Smith2014-06-06
* PR19936: Fix a really dumb bug where we would profile dependent operator* exp...Richard Smith2014-06-05
* PR19878: If a pack expansion appears within another pack expansion, correctlyRichard Smith2014-05-29
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-17
* Permit duplicate explicit class instantiations if MSVCCompat is enabledWill Wilson2014-05-09
* PR19340: If we see a declaration of a member of an unspecialized class templateRichard Smith2014-04-17
* Sema: Implement DR317David Majnemer2014-03-30
* -fms-compatibility: Only form implicit member exprs for unqualified idsReid Kleckner2014-03-25
* PR18275: If a member function of a class template is declared with aRichard Smith2014-03-13
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-11
* Normalize line endingsDavid Majnemer2014-03-02
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-26
* Do not add enums to prototype scope in C++ modes.Peter Collingbourne2014-02-22
* Sema: Don't crash when trying to instantiate a local class with an invalid ba...David Majnemer2014-02-22
* PR16519, PR18009: When checking a partial specialization for uses of its ownRichard Smith2014-02-09
* PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of aRichard Smith2014-02-03
* Sema: Reject templates in all extern "C" contexts.Benjamin Kramer2014-02-02
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman2014-01-13
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-13
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-11
* PR18246: When performing template argument deduction to decide which templateRichard Smith2013-12-14
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-14
* PR18232: implement instantiation for class-scope explicit specializations ofRichard Smith2013-12-14
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-14
* Add a testcase and a FIXME for an accepts-invalid.Richard Smith2013-12-13
* Detabify and fix formatting.Richard Smith2013-12-13
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-13
* Switch to the new MingW ABI.Rafael Espindola2013-12-12
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-11
* Sema: Enforce C++11 pointer-to-member template arguments should rulesDavid Majnemer2013-12-10
* Give a more appropriate diagnostic when a template specialization orRichard Smith2013-12-07
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-06
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* Add a return statement to the func with an int return type.Kaelyn Uhrain2013-11-28
* Sema: Instantiation of variable definitions weren't local enoughDavid Majnemer2013-11-27
* [Sema] Don't look for the instantiation of a local extern decl in a differentArgyrios Kyrtzidis2013-11-27
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-27
* PR10837: Warn if a null pointer constant is formed by a zero integer constantRichard Smith2013-11-21
* Extra test for r194444.Richard Smith2013-11-12
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-08
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-26
* Sema: Allow IndirectFieldDecl to appear in a non-type template argumentDavid Majnemer2013-10-22
* Sema: Do not allow template declarations inside local classesDavid Majnemer2013-10-22