[all-commits] [llvm/llvm-project] 9a9546: [clang] fix unresolved dependent template speciali...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Thu Apr 17 14:09:52 PDT 2025
Branch: refs/heads/users/mizvekov/GH133610
Home: https://github.com/llvm/llvm-project
Commit: 9a9546c1e8b1cac347fc9fef66b3993d6f5f7c62
https://github.com/llvm/llvm-project/commit/9a9546c1e8b1cac347fc9fef66b3993d6f5f7c62
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M clang/lib/AST/ItaniumMangle.cpp
M clang/test/CodeGenCXX/mangle-template.cpp
Log Message:
-----------
[clang] fix unresolved dependent template specialization mangling
This fixes a regression introduced in #133610 which was reported here #133610 (comment)
and in #136119
This redoes previous attempt in #135111
When mangling a DTST which appears in the prefix,
the template name is not actually relevant, as its
prefix is part of the nested name anyway, and a
substitution is not allowed at that position in any case.
Fixes #136119
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list