[PATCH] D151954: [clang-format] Fix overlapping whitespace replacements before PPDirective
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 1 21:38:11 PDT 2023
owenpan added inline comments.
================
Comment at: clang/lib/Format/UnwrappedLineFormatter.cpp:1425
+ const SmallVectorImpl<AnnotatedLine *> &Lines,
+ const FormatToken &RootToken,
+ const FormatStyle &Style) {
----------------
I will remove this parameter as it's `Line.First`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151954/new/
https://reviews.llvm.org/D151954
More information about the cfe-commits
mailing list