This revision was automatically updated to reflect the committed changes.
Closed by commit rL319415: clang-format: [JS] do not wrap after async/await.
(authored by mprobst).
Repository:
rL LLVM
https://reviews.llvm.org/D40642
Files:
cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unitte
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
Looks good.
Repository:
rC Clang
https://reviews.llvm.org/D40642
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.o
mprobst created this revision.
Herald added subscribers: cfe-commits, klimek.
Otherwise automatic semicolon insertion can trigger, i.e. wrapping
produces invalid syntax.
Repository:
rC Clang
https://reviews.llvm.org/D40642
Files:
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJ