This is an archive of the discontinued LLVM Phabricator instance.

Fix wrong JS import linebreak
AbandonedPublic

Authored by futuarmo on Jan 4 2022, 2:36 AM.

Details

Reviewers
djasper
Summary

Fixes #52935
Also I could fix it by wrapping 2 if-statements in UnwrappedLineFormatter.cpp (lines 1191 and 1196) but I added more checks to ContinuationIndenter.cpp.

Diff Detail

Unit TestsFailed

Event Timeline

futuarmo requested review of this revision.Jan 4 2022, 2:36 AM
futuarmo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2022, 2:36 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
futuarmo abandoned this revision.Jan 7 2022, 1:02 PM

Issue was fixed by other patch