clang-format: [JS] Do not wrap taze annotation comments.
authorMartin Probst <martin@probst.io>
Sun, 18 Sep 2016 17:33:51 +0000 (17:33 +0000)
committerMartin Probst <martin@probst.io>
Sun, 18 Sep 2016 17:33:51 +0000 (17:33 +0000)
commitfbbe75b1fe7aa6d2678ba692d945f07fc335e611
tree046c0d0e001a9e7d126cf45ab1d802697b19bbff
parentb9316ff84979e53260c1c3bcbfa0359a891ad1a9
clang-format: [JS] Do not wrap taze annotation comments.

Summary:
`// taze: ... from ...` comments are used help tools where a
specific global symbol comes from.

Before:
    // taze: many, different, symbols from
    // 'some_long_location_here'

After:
    // taze: many, different, symbols from 'some_long_location_here'

Reviewers: djasper

Subscribers: klimek, cfe-commits

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

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