This is an archive of the discontinued LLVM Phabricator instance.

[clang] [NFC] More exhaustive tests for deducing void return types
ClosedPublic

Authored by Quuxplusone on Feb 14 2022, 1:07 PM.

Details

Summary

This is a preliminary ahead of 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, I'll be able to demonstrate exactly how the diagnostics on each of these situations change.

Diff Detail