[all-commits] [llvm/llvm-project] ff013b: Extend init-statement to allow alias-declaration

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Oct 8 04:14:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff013b61004b01043bdbebb6416c30ecb3d3d48c
      https://github.com/llvm/llvm-project/commit/ff013b61004b01043bdbebb6416c30ecb3d3d48c
  Author: Corentin Jabot <corentin.jabot at gmail.com>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Parse/Parser.h
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseTentative.cpp
    A clang/test/Parser/cxx2b-init-statement.cpp
    A clang/test/SemaCXX/cxx2b-init-statement.cpp
    M clang/www/cxx_status.html

  Log Message:
  -----------
  Extend init-statement to allow alias-declaration

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




More information about the All-commits mailing list