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

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 11:20:34 PDT 2021


cor3ntin updated this revision to Diff 377921.
cor3ntin marked 3 inline comments as done.
cor3ntin added a comment.

Add C++20 compat warning, fix style.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111175/new/

https://reviews.llvm.org/D111175

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/include/clang/Parse/Parser.h
  clang/lib/Parse/ParseDeclCXX.cpp
  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.377921.patch
Type: text/x-patch
Size: 12332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211007/7321937e/attachment.bin>


More information about the cfe-commits mailing list