summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* Merging r221832:upstream/release_35Tom Stellard2014-12-081-0/+14
* Merging r221748:Tom Stellard2014-12-081-1/+17
* Merging r213834:Bill Wendling2014-08-041-0/+15
* PR20346: fix aggregate initialization / template instantiation bug:Richard Smith2014-07-171-0/+20
* Avoid referencing the vtable when calling the ctor without emitting itReid Kleckner2014-07-161-2/+52
* MS compat: Allow lookup of types from dependent bases in functionsReid Kleckner2014-07-081-12/+16
* Allow more lookup of types in dependent base classesReid Kleckner2014-07-081-1/+182
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-1/+1
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-121-0/+61
* Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner2014-06-111-7/+23
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-101-5/+93
* 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