]> granicus.if.org Git - clang/commit
clang-format: [JS] do not insert semicolons after wrapped annotations.
authorMartin Probst <martin@probst.io>
Mon, 11 Apr 2016 07:35:57 +0000 (07:35 +0000)
committerMartin Probst <martin@probst.io>
Mon, 11 Apr 2016 07:35:57 +0000 (07:35 +0000)
commit4eb43f368b84bccd8bd41da2b91804dcd3d25591
treea88839a6c7ef2391172c722141fd06e86c82bccb
parent9cadf62a93f21cc018750a1c3b28ccbdad4a0c13
clang-format: [JS] do not insert semicolons after wrapped annotations.

Reviewers: djasper

Subscribers: klimek

Differential Revision: http://reviews.llvm.org/D18943

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