[all-commits] [llvm/llvm-project] d4a6e4: Revert "[Clang] Fix parsing of `(auto(x))`."

cor3ntin via All-commits all-commits at lists.llvm.org
Tue May 16 04:56:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4a6e4c1eec0f2634febd15725d921d4a25d47e7
      https://github.com/llvm/llvm-project/commit/d4a6e4c1eec0f2634febd15725d921d4a25d47e7
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Parse/Parser.h
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/test/Parser/cxx1z-decomposition.cpp
    M clang/test/Parser/cxx2b-auto-x.cpp

  Log Message:
  -----------
  Revert "[Clang] Fix parsing of `(auto(x))`."

This reverts commit ef47318ec3615e83c328b07341046dfb9d869414.

This patch breaks valid code https://reviews.llvm.org/D149276#4345620




More information about the All-commits mailing list