This is an archive of the discontinued LLVM Phabricator instance.

Don't break single-line raw string literals.
ClosedPublic

Authored by alexfh on Dec 12 2014, 2:45 AM.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 17221.Dec 12 2014, 2:45 AM
alexfh retitled this revision from to Add BreakSingleLineRawStrings option..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: djasper.
alexfh added a subscriber: Unknown Object (MLST).
djasper edited edge metadata.Dec 12 2014, 2:51 AM

My gut feeling is that I don't think it is worth adding an option for it at this time. Just don't wrap them.

alexfh updated this revision to Diff 17223.Dec 12 2014, 3:42 AM
alexfh edited edge metadata.

Updated the patch to not break single-line raw string literals.

alexfh retitled this revision from Add BreakSingleLineRawStrings option. to Don't break single-line raw string literals..Dec 12 2014, 3:44 AM
djasper accepted this revision.Dec 13 2014, 4:56 AM
djasper edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Dec 13 2014, 4:56 AM
alexfh closed this revision.Dec 14 2014, 12:47 PM