[PATCH] D113320: [clang-format] Address fixme
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 5 23:06:51 PDT 2021
owenpan added a comment.
Looks okay.
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:3064-3068
+ for (const auto &Node : Line.Tokens) {
+ for (const auto &ChildNode : Node.Children)
+ printDebugInfo(ChildNode, "\nChild: ");
+
}
----------------
Nit: elide braces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113320/new/
https://reviews.llvm.org/D113320
More information about the cfe-commits
mailing list