[PATCH] D133289: [C2X] N3007 Type inference for object definitions
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 12 09:14:49 PDT 2022
shafik added inline comments.
================
Comment at: clang/test/Sema/c2x-auto.c:49
+ auto b = 9;
+ auto c = a + b;
+ }
----------------
When I made the comment about the example from the proposal, this was what I was thinking about.
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