[PATCH] D125911: [pseudo] (trivial) bracket-matching

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 10:26:44 PDT 2022


sammccall added a comment.

The Bracket struct & translation between token/bracket streams is not really justified by the implementation in this patch.
Next patch will run nontrivial algorithms on the bracket strings.

Happy to scope this patch down (avoid that struct) or up (include the full algorithm) if you prefer, but I think this keeps the diffs clearest.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125911



More information about the cfe-commits mailing list