throw (...) should have a whitespace following it, as do await and void.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36146
clang-format: [JS] whitespace between keywords and parenthesized expressions. ClosedPublic Authored by mprobst on Aug 1 2017, 6:16 AM.
Details Summary throw (...) should have a whitespace following it, as do await and void.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 1 2017, 8:56 AM Closed by commit rL309710: clang-format: [JS] whitespace between keywords and parenthesized expressions. (authored by mprobst). · Explain WhyAug 1 2017, 10:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 109153 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|