This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] detect ASI after closing parens.
ClosedPublic

Authored by mprobst on Aug 8 2017, 3:16 PM.

Details

Summary

A closing parenthesis followed by a declaration or statement should always terminate the current statement.

Diff Detail

Repository
rL LLVM

Event Timeline

mprobst created this revision.Aug 8 2017, 3:16 PM
This revision is now accepted and ready to land.Aug 8 2017, 10:11 PM
This revision was automatically updated to reflect the committed changes.