[all-commits] [llvm/llvm-project] 0360b9: [pseudo] (trivial) bracket-matching

Sam McCall via All-commits all-commits at lists.llvm.org
Tue May 24 06:13:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0360b9f1599b0b13f164d8170a619b19f9cb8bb4
      https://github.com/llvm/llvm-project/commit/0360b9f1599b0b13f164d8170a619b19f9cb8bb4
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-05-24 (Tue, 24 May 2022)

  Changed paths:
    M clang-tools-extra/pseudo/benchmarks/Benchmark.cpp
    A clang-tools-extra/pseudo/include/clang-pseudo/Bracket.h
    M clang-tools-extra/pseudo/include/clang-pseudo/Token.h
    A clang-tools-extra/pseudo/lib/Bracket.cpp
    M clang-tools-extra/pseudo/lib/CMakeLists.txt
    M clang-tools-extra/pseudo/tool/ClangPseudo.cpp
    A clang-tools-extra/pseudo/unittests/BracketTest.cpp
    M clang-tools-extra/pseudo/unittests/CMakeLists.txt

  Log Message:
  -----------
  [pseudo] (trivial) bracket-matching

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.

Differential Revision: https://reviews.llvm.org/D125911




More information about the All-commits mailing list