Before:
x!as string
After:
x! as string
Paths
| Differential D24272
clang-format: [JS] whitespace required between ! and as. ClosedPublic Authored by mprobst on Sep 6 2016, 11:43 AM.
Details Summary Before: x!as string After: x! as string
Diff Detail
Event Timelinemprobst updated this object. This revision is now accepted and ready to land.Sep 6 2016, 11:44 AM Closed by commit rL280731: clang-format: [JS] whitespace required between ! and as. (authored by mprobst). · Explain WhySep 6 2016, 12:04 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70446 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|