clang-format: [JS] do not wrap before yield.
authorMartin Probst <martin@probst.io>
Fri, 24 Nov 2017 17:05:35 +0000 (17:05 +0000)
committerMartin Probst <martin@probst.io>
Fri, 24 Nov 2017 17:05:35 +0000 (17:05 +0000)
commita5968aad3da0407ff7aaae3a47f665ea7daac709
tree450e2a771f0ae9476d7ee3e306ab2154610559e0
parenta2555114b676a97d8306c895fa12a2a366e9d739
clang-format: [JS] do not wrap before yield.

Summary: The same rules apply as for `return`.

Reviewers: djasper

Subscribers: klimek

Differential Revision: https://reviews.llvm.org/D40431

llvm-svn: 318958
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestJS.cpp