[all-commits] [llvm/llvm-project] 4f4e65: [clang] fix template argument conversion
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Sat Jan 25 19:59:39 PST 2025
Branch: refs/heads/users/mizvekov/clang-fix-reconvert-converted-template-arguments
Home: https://github.com/llvm/llvm-project
Commit: 4f4e65818c2fd85814efc63f779026853820ad76
https://github.com/llvm/llvm-project/commit/4f4e65818c2fd85814efc63f779026853820ad76
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-01-26 (Sun, 26 Jan 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/Expr.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/TemplateBase.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/lib/Sema/TreeTransform.h
M clang/test/SemaTemplate/cwg2398.cpp
Log Message:
-----------
[clang] fix template argument conversion
Converted template arguments need to be converted again, if
the corresponding template parameter changed, as different
conversions might apply in that case.
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