[all-commits] [llvm/llvm-project] 3a9683: Fix comparison of constrained deduced return types...
Richard Smith via All-commits
all-commits at lists.llvm.org
Thu Jul 13 19:59:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a9683fce362ecfd7c4d76d4bf1198b59193e361
https://github.com/llvm/llvm-project/commit/3a9683fce362ecfd7c4d76d4bf1198b59193e361
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M clang/lib/AST/Type.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
M clang/test/SemaObjCXX/arc-nsconsumed-errors.mm
M clang/test/SemaTemplate/concepts-out-of-line-def.cpp
Log Message:
-----------
Fix comparison of constrained deduced return types in explicit
instantiations.
Fixes #62272.
More information about the All-commits
mailing list