[all-commits] [llvm/llvm-project] 85d48b: [clang] treat deduced-as-dependent as undeduced fo...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Sun Sep 28 23:46:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85d48b8fec371fe0979440abaf2d13718fba2ac3
https://github.com/llvm/llvm-project/commit/85d48b8fec371fe0979440abaf2d13718fba2ac3
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-09-29 (Mon, 29 Sep 2025)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
Log Message:
-----------
[clang] treat deduced-as-dependent as undeduced for constant template parameters (#161099)
The AutoType's deduced-as-dependent mechanism is not really used for
constant template parameters, but this is currently harmless to ignore
because when dealing which such types, they will have been transformed,
turning them back to plain undeduced AutoTypes.
This should be NFC for current main users, but
https://github.com/llvm/llvm-project/pull/141776 will depend on this.
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