This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2dbcbd357d1d: [clang-format] do not break before { in JS
comments (authored by krasimir).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST
krasimir updated this revision to Diff 303355.
krasimir added a comment.
collect commits
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90908/new/
https://reviews.llvm.org/D90908
Files:
clang/lib/Format/BreakableToken.cpp
clang/unittests/Format
krasimir updated this revision to Diff 303354.
krasimir added a comment.
update test case range
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90908/new/
https://reviews.llvm.org/D90908
Files:
clang/unittests/Format/FormatTestJS.cpp
Index: clan
krasimir created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
krasimir requested review of this revision.
In JavaScript some @tags can be followed by `{`, and machinery that parses
these comments will fail to understand the comment if followed by a line bre