[all-commits] [llvm/llvm-project] 0a6a17: [pseudo] Fix the member-specification grammar rule.
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Jun 7 01:20:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a6a17a4f9fd7bb14ca263893922bb56ac0887e8
https://github.com/llvm/llvm-project/commit/0a6a17a4f9fd7bb14ca263893922bb56ac0887e8
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/empty-member-spec.cpp
Log Message:
-----------
[pseudo] Fix the member-specification grammar rule.
The grammar rule is not right, doesn't match the standard one.
Differential Revision: https://reviews.llvm.org/D126991
More information about the All-commits
mailing list