[PATCH] D133289: [C2X] N3007 Type inference for object definitions
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 6 11:43:02 PDT 2022
shafik added a comment.
The proposal has several nice tests and I don't they are all covered here e.g.:
{
double a = 7;
double b = 9;
{
double b = b * b; // undefined, uses uninitialized variable without address
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