[clang] [clang-format] Support of TableGen statements in unwrapped line parser (PR #78846)
Hirofumi Nakamura via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 04:44:56 PST 2024
hnakamura5 wrote:
Thank you very much!
> how small the diff is
Maybe it is by TableGen's simple syntax, and that here we are parsing only the structure of the statements. (e.g. ignoring the `<cond>` part of `if` now).
https://github.com/llvm/llvm-project/pull/78846
More information about the cfe-commits
mailing list