Before:
class X { delete () { ... } }
After:
class X { delete() { ... } }
Paths
| Differential D24804
clang-format: [JS] reserved words in method names. ClosedPublic Authored by mprobst on Sep 21 2016, 8:49 AM.
Details Summary Before: class X { delete () { ... } } After: class X { delete() { ... } }
Diff Detail
Event Timelinemprobst updated this object. This revision is now accepted and ready to land.Sep 21 2016, 9:34 PM Closed by commit rL282138: clang-format: [JS] reserved words in method names. (authored by mprobst). · Explain WhySep 22 2016, 12:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 72140 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|