[all-commits] [llvm/llvm-project] d46089: [clang] allow canonicalizing assumed template names
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Feb 25 07:58:50 PST 2026
Branch: refs/heads/users/mizvekov/GH183075
Home: https://github.com/llvm/llvm-project
Commit: d46089d519fcf70538c365aadc211cfb21529919
https://github.com/llvm/llvm-project/commit/d46089d519fcf70538c365aadc211cfb21529919
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ASTContext.cpp
A clang/test/SemaTemplate/GH183075.cpp
Log Message:
-----------
[clang] allow canonicalizing assumed template names
Assumed template names are part of error recovery and encode just a
declaration name, making them always canonical. This patch allows
them to be canonicalized, which is trivial.
Fixes #183075
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