[PATCH] D133289: [C2X] N3007 Type inference for object definitions
Guillot Tony via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 28 06:52:09 PDT 2022
to268 added a comment.
Also i'm not sure if must add C2x to this condition just in case (falling back or add an assertion)
================
Comment at: clang/lib/Sema/DeclSpec.cpp:1362
// type specifier.
if (S.getLangOpts().CPlusPlus &&
TypeSpecType == TST_unspecified && StorageClassSpec == SCS_auto) {
----------------
Do we need to include C2x just in case?
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