summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-5/+1
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-6/+20
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-0/+17
* PR41427: This has apparently been fixed already, just add a regressionRichard Smith2019-04-241-0/+17
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-1/+1
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-201-2/+2
* Remove an assert in template pack deduction during nested instantiation.Richard Trieu2019-03-151-0/+19
* [MS] Fix for Bug 8446, template instantiation without a 'typename' keywordReid Kleckner2019-02-261-0/+102
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-4/+35
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-35/+4
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-4/+35
* [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 defaultNemanja Ivanovic2019-02-053-4/+4
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-111-0/+75
* Fix crash if an in-class explicit function specialization has explicitRichard Smith2018-12-041-0/+11
* PR12884: Add test (bug is already fixed).Richard Smith2018-11-281-0/+56
* PR39231: fix null dereference when diagnosing deduction failure due toRichard Smith2018-10-091-0/+16
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-2/+2
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-2/+4
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [Sema] Ensure an auto non-type template parameter is dependentErik Pilkington2018-08-071-0/+43
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-2/+2
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-221-0/+45
* Fix failing testcase to actually be valid.Richard Smith2018-07-191-1/+1
* Fix template argument deduction when a parameter pack has a valueRichard Smith2018-07-191-0/+101
* Diagnose missing 'template' keywords in contexts where a comma is not aRichard Smith2018-06-271-0/+10
* Diagnose missing 'template' keywords in more cases.Richard Smith2018-06-261-5/+49
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-2/+2
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-2/+2
* PR37680: fix faulty assertion condition.Richard Smith2018-06-061-0/+12
* [Sema] Fix assertion when constructor is disabled with partially specialized ...Volodymyr Sapsai2018-05-161-0/+43
* [c++17] Fix assertion on synthesizing deduction guides after a fatal error.Volodymyr Sapsai2018-05-141-0/+16
* Fix regression in r332076.Richard Smith2018-05-141-0/+20
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-115-13/+69
* Fix explicit template parameter reporting for narrowing conversionsErich Keane2018-05-071-0/+12
* [Sema] Do not match function type with const T in template argument deductionLei Liu2018-05-031-0/+29
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-0/+46
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-261-2/+4
* Fix crash on qualified template name instantiation if the template name has noRichard Smith2018-04-251-0/+8
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-3/+3
* [MS] Fix late-parsed template infinite loop in eager instantiationReid Kleckner2018-03-261-0/+40
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-166-36/+16
* When substituting previously-checked template arguments into a templateRichard Smith2018-03-081-0/+56
* Fix assert when template argument deduction's original call arg checking trig...Richard Smith2018-02-201-0/+8
* Fix a couple of places where we assumed that non-type template parameters are...Richard Smith2018-02-142-0/+14
* PR36055: fix computation of *-dependence in nested initializer lists.Richard Smith2018-02-071-0/+14
* Fix crash when trying to pack-expand a GNU statement expression.Richard Smith2018-02-031-0/+39
* In C++17, when instantiating an out-of-line definition of an inline static dataRichard Smith2018-01-101-0/+11
* Make attribute instantiation instantiate all attributes, not just the first ofRichard Smith2018-01-042-0/+41
* PR35028: Retain duplicate alignas attributes in template instantiation.Richard Smith2018-01-041-0/+11
* Suppress undefined-template warnings when the pattern is declared in a system...Nick Lewycky2018-01-021-0/+11