Otherwise automatic semicolon insertion can trigger, i.e. wrapping
produces invalid syntax.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40642
clang-format: [JS] do not wrap after async/await. ClosedPublic Authored by mprobst on Nov 30 2017, 2:10 AM.
Details Summary Otherwise automatic semicolon insertion can trigger, i.e. wrapping
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 30 2017, 2:22 AM Closed by commit rL319415: clang-format: [JS] do not wrap after async/await. (authored by mprobst). · Explain WhyNov 30 2017, 2:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124895 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|