User Details
User Details
- User Since
- Nov 9 2022, 5:44 PM (12 w, 6 d)
Dec 5 2022
Dec 5 2022
gedare added a comment to D137762: [clang-format] avoid breaking )( with BlockIndent.
Nov 17 2022
Nov 17 2022
gedare added a comment to D137762: [clang-format] avoid breaking )( with BlockIndent.
I have changed the code as recommended by @owenpan with new unit tests passing, and reverting the modifications to existing unit tests. Someone else may janitor the EXPECT_EQ blocks separately.
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
- fixup: use simpler logic for handling rparens
- Revert "fixup: port other EXPECT_EQ to verifyFormat"
gedare added inline comments to D137762: [clang-format] avoid breaking )( with BlockIndent.
Nov 14 2022
Nov 14 2022
gedare added inline comments to D137762: [clang-format] avoid breaking )( with BlockIndent.
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
- FormatTest: restore Input variable to one test
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
- fixup: unit test formatting
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
- fixup: replace EXPECT_EQ with verifyFormat
- fixup: port other EXPECT_EQ to verifyFormat
Nov 11 2022
Nov 11 2022
gedare added a comment to D137762: [clang-format] avoid breaking )( with BlockIndent.
I've added unit tests and confirmed (1) the new tests fail on current main and (2) all unit tests pass with this revision applied.
[100%] Running lit suite /llvm-project/clang/test/Unit
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
- fixup typo in unit test
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
Refactor horrible to read logic
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
add unit tests for BlockIndent
gedare added inline comments to D137762: [clang-format] avoid breaking )( with BlockIndent.
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
Address review comments
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
Run tests and fix bad breaks. Fix comment style.
Nov 10 2022
Nov 10 2022
gedare added inline comments to D137762: [clang-format] avoid breaking )( with BlockIndent.
Nov 9 2022
Nov 9 2022
gedare added a comment to D137762: [clang-format] avoid breaking )( with BlockIndent.
Another test case for function pointers is here:
gedare added a comment to D137762: [clang-format] avoid breaking )( with BlockIndent.
A test case from the GitHub Issue https://github.com/llvm/llvm-project/issues/57250 is attached here:
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
Add a fix to enable breaking for continuation after a )(
gedare updated the diff for D137762: [clang-format] avoid breaking )( with BlockIndent.
Allow line breaks in a continuation with BlockIndent after )(
gedare added a comment to D137762: [clang-format] avoid breaking )( with BlockIndent.
gedare edited projects for D137762: [clang-format] avoid breaking )( with BlockIndent, added: Restricted Project, Restricted Project; removed Restricted Project.
gedare requested review of D137762: [clang-format] avoid breaking )( with BlockIndent.