[PATCH] D133289: [C2X] N3007 Type inference for object definitions

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 9 07:53:24 PST 2023


aaron.ballman added a comment.

I spoke with @to268 during office hours about the current status of the NB comments for this feature in the C committee. For the moment, he's going to pause work on this patch until the C committee weighs in on whether `auto` is a type specifier or not. The committee meets the week of Jan 23, so we should have a better understanding of direction by the week of Jan 30. If the C committee turns `auto` into a type specifier, we may go back to the original implementation of this feature which exposes the C++ feature in C (and add diagnostics around the things that need to be constrained in C such as use in a function signature).


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