[PATCH] D136154: [clang-format] Fix the continuation indenter
Henrik Lafrenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 00:25:14 PDT 2022
hel-ableton added a comment.
In D136154#3867328 <https://reviews.llvm.org/D136154#3867328>, @MyDeveloperDay wrote:
> Can we log a GitHub issue I can’t see what you are trying to fix
Without the fix, the arguments to the Base class would be on the same level as the Base class itself. But this also effects other code. I'll attach too screenshots, the diffs are going from with the fix to without the fix.
F24964948: InheritanceArguments.png <https://reviews.llvm.org/F24964948>
F24964955: Ternary.png <https://reviews.llvm.org/F24964955>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136154/new/
https://reviews.llvm.org/D136154
More information about the cfe-commits
mailing list