Previously:
x = namespace !;
Now:
x = namespace!;
Paths
| Differential D33113
clang-format: [JS] support non-null assertions after all identifiers. ClosedPublic Authored by mprobst on May 11 2017, 6:22 PM.
Details Summary Previously: x = namespace !; Now: x = namespace!;
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 11 2017, 10:06 PM Closed by commit rL302893: clang-format: [JS] support non-null assertions after all identifiers. (authored by mprobst). · Explain WhyMay 12 2017, 6:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 98753 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestJS.cpp
|