summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/clean-up-code.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Format code around applied fixesAlexander Kornienko2017-03-031-0/+2
| | | | | | | | | | | | | | | | Summary: Add -format option (disabled by default for now) to trigger formatting of replacements. Reviewers: ioeric Reviewed By: ioeric Subscribers: kimgr, malcolm.parsons, JDevlieghere, cfe-commits Differential Revision: https://reviews.llvm.org/D30564 llvm-svn: 296864
* [clang-tidy] Clean up code after applying replacements.Alexander Kornienko2016-10-171-0/+12
Summary: Remove empty namespaces and initializer list commas / colons in affected ranges. Initial patch: proper options for enabling the cleanup and specifying the format style are needed. Reviewers: hokein, ioeric Subscribers: beanz, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D24572 llvm-svn: 284399
OpenPOWER on IntegriCloud