[PATCH] D151047: [clang-format] Fix indent for selective formatting.
Sedenion via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 06:39:20 PDT 2023
Sedeniono added inline comments.
================
Comment at: clang/unittests/Format/FormatTestSelective.cpp:664
+ "#endif\n" // That this line is also formatted might be a bug.
+ " }};", // Dito: Bug?
+ format(" class Foo {\n"
----------------
Sedeniono wrote:
> owenpan wrote:
> > Typo.
> I cannot see any typo.
Oh, ok, ditto, not dito. Fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151047/new/
https://reviews.llvm.org/D151047
More information about the llvm-commits
mailing list