Before:
yield`foo`;
After:
yield `foo`;
Paths
| Differential D34938
clang-format: [JS] space between pseudo keywords and template literals. ClosedPublic Authored by mprobst on Jul 3 2017, 3:27 AM.
Details Summary Before: yield`foo`; After: yield `foo`;
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 3 2017, 7:24 AM Closed by commit rL307023: clang-format: [JS] space between pseudo keywords and template literals. (authored by mprobst). · Explain WhyJul 3 2017, 7:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 105071 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|