This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] handle `for` as object label.
ClosedPublic

Authored by mprobst on Nov 24 2017, 6:52 AM.

Event Timeline

mprobst created this revision.Nov 24 2017, 6:52 AM
djasper added inline comments.Nov 24 2017, 8:39 AM
unittests/Format/FormatTestJS.cpp
326

wat?

mprobst updated this revision to Diff 124221.Nov 24 2017, 9:08 AM
  • fix test
unittests/Format/FormatTestJS.cpp
326

Whoops, only fixed the code, not the test...

This revision was automatically updated to reflect the committed changes.