[PATCH] D121757: [clang-format] Take out common code for parsing blocks
sstwcw via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 16 16:32:59 PDT 2022
sstwcw marked an inline comment as done.
sstwcw added inline comments.
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2851
- addUnwrappedLine();
- ++Line->Level;
- parseStructuralElement();
----------------
HazardyKnusperkeks wrote:
> This is completely missing. Didn't it affect anything?
This chunk of code is already in `parseUnbracedBody`.
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