[clang] [clang-tools-extra] [clang] Implement CWG2398 provisional TTP matching to class templates (PR #94981)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 5 13:44:29 PDT 2024
================
@@ -1371,11 +1371,17 @@ class TemplateDiff {
/// argument info into a tree.
void DiffTemplate(const TemplateSpecializationType *FromTST,
const TemplateSpecializationType *ToTST) {
+ // FIXME: With P3310R0, A TST formed from a DeducedTemplateName might
+ // differ in template arguments which were not written.
----------------
mizvekov wrote:
It's still possible these types might appear in diagnostics, even if they don't make it to the final program.
https://github.com/llvm/llvm-project/pull/94981
More information about the cfe-commits
mailing list