[PATCH] D125911: [pseudo] (trivial) bracket-matching
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 18 10:24:24 PDT 2022
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added a subscriber: mgorny.
Herald added a project: All.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.
Error-tolerant bracket matching enables our error-tolerant parsing strategies.
The implementation here is *not* yet error tolerant: this patch sets up the APIs
and plumbing, and describes the planned approach.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125911
Files:
clang-tools-extra/pseudo/benchmarks/Benchmark.cpp
clang-tools-extra/pseudo/include/clang-pseudo/Bracket.h
clang-tools-extra/pseudo/include/clang-pseudo/Token.h
clang-tools-extra/pseudo/lib/Bracket.cpp
clang-tools-extra/pseudo/lib/CMakeLists.txt
clang-tools-extra/pseudo/tool/ClangPseudo.cpp
clang-tools-extra/pseudo/unittests/BracketTest.cpp
clang-tools-extra/pseudo/unittests/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125911.430440.patch
Type: text/x-patch
Size: 15393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220518/3c1321dd/attachment.bin>
More information about the cfe-commits
mailing list