summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* 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
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-212-2/+28
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-212-57/+57
* When instantiating a deduction guide, transform its name.Richard Smith2017-12-211-0/+13
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-202-57/+57
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-202-57/+57
* When attempting to complete an incomplete array bound type in an expression,Richard Smith2017-12-141-0/+11
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+16
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-092-8/+7
* [c++17] When deducing the type of a non-type template parameter from the typeRichard Smith2017-12-011-0/+4
* [Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz2017-10-272-8/+21
* Implement current CWG direction for support of arrays of unknown bounds inRichard Smith2017-10-201-0/+3
* Don't suppress instantiation of definitions for variables subject to explicitRichard Smith2017-10-182-0/+14