[all-commits] [llvm/llvm-project] cf8815: [pseudo] Fix the incorrect parameters-and-qualifie...

Haojian Wu via All-commits all-commits at lists.llvm.org
Tue Jun 7 01:47:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf88150c48df4e779edb91a8facf838bea3bd1b7
      https://github.com/llvm/llvm-project/commit/cf88150c48df4e779edb91a8facf838bea3bd1b7
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M clang-tools-extra/pseudo/lib/cxx.bnf
    A clang-tools-extra/pseudo/test/cxx/parameter-decl-clause.cpp
    M clang-tools-extra/pseudo/test/cxx/unsized-array.cpp

  Log Message:
  -----------
  [pseudo] Fix the incorrect parameters-and-qualifiers rule.

The parenthese body should be parameter-declaration-clause, rather
than parameter-declaration-list.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D125479




More information about the All-commits mailing list