[PATCH] D133289: [C2X] N3007 Type inference for object definitions
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 1 07:11:11 PST 2023
aaron.ballman added a comment.
In D133289#4037180 <https://reviews.llvm.org/D133289#4037180>, @tschuett wrote:
> It surprised me that there are no type inference messages? The type of this auto is double. I only found warnings of misuse of auto and codegen tests.
Can you give a code example of what you expected to see a diagnostic for but aren't getting one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133289/new/
https://reviews.llvm.org/D133289
More information about the cfe-commits
mailing list