Otherwise automatic semicolon insertion can trigger, i.e. wrapping
produces invalid syntax.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 12614 Build 12614: arc lint + arc unit
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 124887 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJS.cpp
|