[PATCH] D119184: [clang] [concepts] Check constrained-auto return types for void-returning functions
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 17 11:46:01 PST 2022
Quuxplusone updated this revision to Diff 409740.
Quuxplusone added a comment.
Rebase and update — this is becoming more and more of a trivial patch, which I guess is good!
Add a test case for https://github.com/llvm/llvm-project/issues/53911 (which I finally thought to test, and was surprised to find it didn't work either before //or// after my patch).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119184/new/
https://reviews.llvm.org/D119184
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaStmt.cpp
clang/test/SemaTemplate/concepts.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119184.409740.patch
Type: text/x-patch
Size: 6256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220217/e97b5b2c/attachment-0001.bin>
More information about the cfe-commits
mailing list