]> granicus.if.org Git - clang/commit
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)
commit9022240727e240a5c3a721d1b872d9041e0388fe
tree7975c921a4f32884e428e80fc5257c4f0266cf9c
parentd2ea2d9e134f8e5ada6303e3e59fc22f85089493
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281857 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTestJS.cpp