[PATCH] D136154: [clang-format] Fix the continuation indenter
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 02:57:56 PDT 2022
HazardyKnusperkeks added a comment.
In D136154#3867461 <https://reviews.llvm.org/D136154#3867461>, @hel-ableton wrote:
>> must have been introduced somewhere between 7.1.0 and 10.0.0
>
> In fact, someone in our team thought that this must have been introduced exactly with this commit:
>
> https://github.com/llvm/llvm-project/commit/4636debc271f09f730697ab6873137a657c828f9
You need to check that the operator is not an assignment, maybe add more test cases with the 3 options to show how it should behave.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136154/new/
https://reviews.llvm.org/D136154
More information about the cfe-commits
mailing list