summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate
Commit message (Expand)AuthorAgeFilesLines
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-061-0/+13
* Teach TreeTransform to substitute into resolved TemplateArguments.Richard Smith2020-04-141-0/+34
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-191-0/+1
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-191-0/+13
* Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...Hans Wennborg2020-03-181-13/+0
* Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...Hans Wennborg2020-03-181-1/+0
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-171-0/+1
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-171-0/+13
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-2/+67
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-121-19/+1
* [Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...Saar Raz2020-03-061-0/+12
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-041-1/+19
* PR44890: Inherit explicitly-specified template arguments into base classRichard Smith2020-02-191-0/+17
* Fix type-dependency of bitfields in templatesElizabeth Andrews2020-02-132-1/+15
* [Concepts] Fix incorrect check when instantiating abbreviated template type-c...Saar Raz2020-02-061-7/+11
* [Concepts] Add missing CXXThisScope to function template constraint substitutionSaar Raz2020-02-051-1/+10
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-031-0/+29
* Revert "[Concepts] Instantiate invented template type parameter type-constrai...Saar Raz2020-02-031-29/+0
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-031-0/+29
* [Concepts] Correctly form initial parameter mapping for parameter packs, supp...Saar Raz2020-01-311-0/+28
* [Concepts] Fix incorrect TemplateArgs for introduction of local parametersSaar Raz2020-01-271-0/+7
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-251-12/+48
* [Concepts] Make constraint expressions unevaluated until satisfaction checkingSaar Raz2020-01-241-0/+17
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-244-5/+5
* [Concepts] Add ExpressionEvaluationContexts to instantiation of constraintsSaar Raz2020-01-241-0/+12
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-1/+2
* [Concepts] Fix bug when referencing function parameters in instantiated funct...Saar Raz2020-01-241-0/+10
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-241-0/+34
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+216
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-242-6/+5
* Fix pack deduction to only deduce the arity of packs that are actuallyRichard Smith2020-01-171-0/+18
* [Concepts] Type ConstraintsSaar Raz2020-01-152-2/+37
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-0/+31
* Always deduce the lengths of contained parameter packs when deducing aRichard Smith2020-01-063-8/+6
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-2/+2
* Update line number after previous patch added an additional unsupportedEric Christopher2019-12-121-4/+4
* [clang] [test] Disable the test exhausting stack on NetBSDMichał Górny2019-12-121-0/+3
* Properly convert all declaration non-type template arguments whenRichard Smith2019-12-051-0/+32
* Revert "Properly convert all declaration non-type template arguments when"David L. Jones2019-12-041-32/+0
* Properly convert all declaration non-type template arguments whenRichard Smith2019-12-041-0/+32
* [c++17] Fix assert / wrong code when passing a noexcept pointer toRichard Smith2019-12-041-0/+9
* Reapply "Fix crash on switch conditions of non-integer types in templates"Elizabeth Andrews2019-12-034-6/+16
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-2/+2
* Revert "Reapply "Fix crash on switch conditions of non-integer types in templ...Melanie Blower2019-11-084-16/+6
* Reapply "Fix crash on switch conditions of non-integer types in templates"Melanie Blower2019-11-084-6/+16
* [Sema] Fixes a crash with a templated destructorMark de Wever2019-11-071-0/+10
* [Diagnostics] Improve some error messages related to bad use of dynamic_castDávid Bolvanský2019-11-041-1/+1
* PR43400: Add test that we can instantiate a friend function that isRichard Smith2019-10-271-0/+7
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-243-7/+7
* Fix assertion failure for a cv-qualified array as a non-type templateRichard Smith2019-10-111-0/+13
OpenPOWER on IntegriCloud