[all-commits] [llvm/llvm-project] c34aa7: [Clang][Sema] fix deducing auto& from const int in...
Qizhi Hu via All-commits
all-commits at lists.llvm.org
Sun Jan 28 14:43:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c34aa784f8867517315d8ef32a8038ee9dbb7165
https://github.com/llvm/llvm-project/commit/c34aa784f8867517315d8ef32a8038ee9dbb7165
Author: Qizhi Hu <836744285 at qq.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaTemplateDeduction.cpp
A clang/test/SemaTemplate/PR77189.cpp
Log Message:
-----------
[Clang][Sema] fix deducing auto& from const int in template parameters is impossible in partial specializations (#79733)
Fix [issue](https://github.com/llvm/llvm-project/issues/77189)
AutoType is possible cv qualified.
Co-authored-by: huqizhi <836744285 at qq.com>
More information about the All-commits
mailing list