Before:
int operator++(int)noexcept;
After:
int operator++(int) noexcept;
Paths
| Differential D39587
[clang-format] Handle unary operator overload with arguments and specifiers ClosedPublic Authored by sugak on Nov 2 2017, 9:19 PM.
Details
Summary Before: int operator++(int)noexcept; After: int operator++(int) noexcept;
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 6 2017, 4:12 AM
Revision Contents
Diff 121432 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTest.cpp
|