[PATCH] D111175: [Clang] Extend init-statement to allow alias-declaration

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 5 12:04:10 PDT 2021


cor3ntin created this revision.
Herald added a subscriber: jeroen.dobbelaere.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Implement P2360R0 in C++23 mode and as an extension in older
languages mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111175

Files:
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/include/clang/Parse/Parser.h
  clang/lib/Parse/ParseExprCXX.cpp
  clang/lib/Parse/ParseStmt.cpp
  clang/lib/Parse/ParseTentative.cpp
  clang/test/Parser/cxx2b-init-statement.cpp
  clang/test/SemaCXX/cxx2b-init-statement.cpp
  clang/www/cxx_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111175.377325.patch
Type: text/x-patch
Size: 11142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211005/a9086779/attachment.bin>


More information about the cfe-commits mailing list