[PATCH] D125231: [pseudo] Compile cxx grammar.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 07:15:52 PDT 2022


hokein created this revision.
hokein added a reviewer: sammccall.
Herald added a subscriber: mgorny.
Herald added a project: All.
hokein requested review of this revision.
Herald added a subscriber: alextsao1999.
Herald added a project: clang-tools-extra.

It compiles the cxx bnf grammar, and generates enum-type grammar symbols
and prebuilt LRTable for the pseudo-parser.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D125231

Files:
  clang-tools-extra/pseudo/CMakeLists.txt
  clang-tools-extra/pseudo/gen/CMakeLists.txt
  clang-tools-extra/pseudo/gen/Cxx.cmake
  clang-tools-extra/pseudo/gen/CxxGen.cpp
  clang-tools-extra/pseudo/include/clang-pseudo/Grammar.h
  clang-tools-extra/pseudo/include/clang-pseudo/LRTable.h
  clang-tools-extra/pseudo/lib/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125231.428079.patch
Type: text/x-patch
Size: 12127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220509/e375f8b3/attachment.bin>


More information about the cfe-commits mailing list