Remove colon and commas after replacing constructor body with = default.
Fix annotation of TT_CtorInitializerColon when preceded by a comment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25768
[Format] Cleanup after replacing constructor body with = default ClosedPublic Authored by malcolm.parsons on Oct 19 2016, 6:38 AM.
Details Summary Remove colon and commas after replacing constructor body with = default.
Diff Detail
Event Timelinemalcolm.parsons retitled this revision from to [Format] Cleanup after replacing constructor body with = default. malcolm.parsons updated this object. malcolm.parsons added a child revision: D25769: [clang-tidy] Simplify modernize-use-default.Oct 19 2016, 6:46 AM This revision is now accepted and ready to land.Oct 19 2016, 6:46 AM Closed by commit rL284732: [Format] Cleanup after replacing constructor body with = default (authored by malcolm.parsons). · Explain WhyOct 20 2016, 8:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 75299 cfe/trunk/lib/Format/Format.cpp
cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/CleanupTest.cpp
|