[all-commits] [llvm/llvm-project] fb908e: Add fallback type for Constrained placeholders oth...
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Jul 16 11:33:52 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb908ede5170c8eadb4ff86b491ca48a23f23c17
https://github.com/llvm/llvm-project/commit/fb908ede5170c8eadb4ff86b491ca48a23f23c17
Author: Erich Keane <ekeane at nvidia.com>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M clang/docs/ReleaseNotes.md
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/temp/temp.param/p10-2a.cpp
Log Message:
-----------
Add fallback type for Constrained placeholders other than plain auto. (#209893)
We were diagnosing this and leave the type in place, but that broke
invariants when
looking it up later. This patch just sets a fallback type to just the
'auto' (or a supported
type at least) instead, so that we gracefully continue.
Fixes: #208658
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