A closing parenthesis followed by a declaration or statement should always terminate the current statement.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36491
clang-format: [JS] detect ASI after closing parens. ClosedPublic Authored by mprobst on Aug 8 2017, 3:16 PM.
Details Summary A closing parenthesis followed by a declaration or statement should always terminate the current statement.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 8 2017, 10:11 PM Closed by commit rL310482: clang-format: [JS] detect ASI after closing parens. (authored by mprobst). · Explain WhyAug 9 2017, 8:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 110401 cfe/trunk/lib/Format/UnwrappedLineParser.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|