This patch fixes PR36119.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
This looks logical to me, seems to fit with what `WhitespaceManager::appendNewlineText` is doing
LGTM
Comment Actions
Removes a no longer needed hack that worked around this bug when computing StartOfLine in the BreakableBlockComment::adjustWhitespace function.
Also updates the test case.