This revision was automatically updated to reflect the committed changes.
Closed by commit rL318973: clang-format: [JS] disable ASI on decorators.
(authored by mprobst).
Repository:
rL LLVM
https://reviews.llvm.org/D40410
Files:
cfe/trunk/lib/Format/UnwrappedLineParser.cpp
cfe/trunk/unitt
mprobst created this revision.
Herald added a subscriber: klimek.
Automatic Semicolon Insertion in clang-format tries to guess if a line
wrap should insert an implicit semicolong. The previous heuristic would
not trigger ASI if a token was immediately preceded by an `@` sign:
function foo(@Bar