[PATCH] D121150: [pseudo] Implement the GLR parsing algorithm.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 06:39:55 PDT 2022


hokein updated this revision to Diff 426680.
hokein retitled this revision from "[pseudo] Implement the GLR parsing algorithm.  " to "[pseudo] Implement the GLR parsing algorithm.".
hokein added a comment.

fix a dangling reference of the source text in clang-pseudo.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121150/new/

https://reviews.llvm.org/D121150

Files:
  clang-tools-extra/pseudo/include/clang-pseudo/Forest.h
  clang-tools-extra/pseudo/include/clang-pseudo/GLR.h
  clang-tools-extra/pseudo/lib/CMakeLists.txt
  clang-tools-extra/pseudo/lib/GLR.cpp
  clang-tools-extra/pseudo/test/glr.cpp
  clang-tools-extra/pseudo/tool/ClangPseudo.cpp
  clang-tools-extra/pseudo/unittests/CMakeLists.txt
  clang-tools-extra/pseudo/unittests/GLRTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121150.426680.patch
Type: text/x-patch
Size: 46479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220503/7dbc502d/attachment-0001.bin>


More information about the cfe-commits mailing list