[PATCH] D128679: [pseudo] Define a clangPseudoCLI library.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 29 04:46:47 PDT 2022
sammccall accepted this revision.
sammccall added a comment.
Looks good!
================
Comment at: clang-tools-extra/pseudo/include/clang-pseudo/Language.h:21
+ Grammar G;
+ LRTable Table;
+
----------------
LR might be more distinguishing (and shorter!), up to you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128679/new/
https://reviews.llvm.org/D128679
More information about the cfe-commits
mailing list