[all-commits] [llvm/llvm-project] 11ce78: [clang] Changes to produce sugared converted templ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Oct 25 17:16:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11ce78940b4c6f44ae6ee5a6611d6c9b1bade1c2
https://github.com/llvm/llvm-project/commit/11ce78940b4c6f44ae6ee5a6611d6c9b1bade1c2
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/TemplateDeduction.h
M clang/lib/Sema/SemaLookup.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/SemaCXX/ppc-pair-mma-types.cpp
M clang/test/SemaTemplate/deduction.cpp
Log Message:
-----------
[clang] Changes to produce sugared converted template arguments
Makes CheckTemplateArgumentList and the template deduction functions
produce a sugared converted argument list in addition to the canonical one.
This is mostly NFC except that we hook this up to a few diagnostics in
SemaOverload.
The infrastructure here will be used in subsequent patches
where we perform a finalized sugared substitution for entities
which we do not unique per specializations on canonical arguments,
and later on will be used for template specialization resugaring.
Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>
Differential Revision: https://reviews.llvm.org/D133874
More information about the All-commits
mailing list