[all-commits] [llvm/llvm-project] d5b8ec: [pseudo] empty parameter-declaration should be all...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Mar 7 11:17:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5b8ecbd33c95d9a6ac8371d5dc187196b71604d
https://github.com/llvm/llvm-project/commit/d5b8ecbd33c95d9a6ac8371d5dc187196b71604d
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M clang/lib/Tooling/Syntax/Pseudo/cxx.bnf
Log Message:
-----------
[pseudo] empty parameter-declaration should be allowed in lambda declarator.
This was an oversight, as we did a avoild-nullable modication to
parameter-declaration-clause.
Differential Revision: https://reviews.llvm.org/D121089
More information about the All-commits
mailing list