This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.
Closed by commit rG58b33bc8c48a: [pseudo] Fix noptr-abstract-declarator rule.
(authored by hokein).
Changed prior to commit:
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/pseudo/test/cxx/abstract-declarator.cpp:1
+// RUN: clang-pseudo -grammar=%cxx-bnf-file -source=%s --print-forest |
FileCheck %s
+void
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added a project: All.
hokein requested review of this revision.
Herald added a subscriber: alextsao1999.
Herald added a project: clang-tools-extra.
The const-expression in the [] can be empty.
Repository:
rG LLVM Github M