[PATCH] D119772: [clang] [NFC] More exhaustive tests for deducing void return types

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 14 13:07:26 PST 2022


Quuxplusone created this revision.
Quuxplusone added reviewers: sammccall, rsmith, dblaikie, mizvekov.
Quuxplusone added a project: clang.
Quuxplusone requested review of this revision.
Herald added a subscriber: cfe-commits.

This is a preliminary ahead of D119184 <https://reviews.llvm.org/D119184> (I'll rebase that one on top of this). This shows what Clang's //current// behavior is for various deduced-return-type situations. Then, in D119184 <https://reviews.llvm.org/D119184>, I'll be able to demonstrate exactly how the diagnostics on each of these situations change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119772

Files:
  clang/test/SemaCXX/deduced-return-void.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119772.408585.patch
Type: text/x-patch
Size: 5716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220214/fe122ac5/attachment.bin>


More information about the cfe-commits mailing list