[PATCH] D121757: [clang-format] Take out common code for parsing blocks

sstwcw via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 05:49:18 PDT 2022


sstwcw marked an inline comment as done.
sstwcw added a comment.

This patch is only intended to reduce the number of times the functionality gets implemented separately.  Any change in behavior would be unintended.  And we also use the `parseIndentedBlock` in Verilog stuff, so it's not just two places.  I will wait for the check-clang result to see what to do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121757



More information about the cfe-commits mailing list