This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] Do not break before 'as'.
ClosedPublic

Authored by mprobst on Jun 21 2016, 5:16 PM.

Details

Summary

'as' is a pseudo operator, so automatic semicolon insertion kicks in and the
code fails to part.

Diff Detail

Repository
rL LLVM

Event Timeline

mprobst updated this revision to Diff 61465.Jun 21 2016, 5:16 PM
mprobst retitled this revision from to clang-format: [JS] Do not break before 'as'..
mprobst updated this object.
mprobst added a reviewer: djasper.
djasper accepted this revision.Jun 22 2016, 12:38 AM
djasper edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jun 22 2016, 12:38 AM
This revision was automatically updated to reflect the committed changes.