Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove clang-modernize. | Alexander Kornienko | 2015-12-17 | 1 | -25/+0 |
| | | | | | | | | | | | | | | Summary: clang-modernize transforms have moved to clang-tidy. Removing the old tool now. Reviewers: klimek Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D15606 llvm-svn: 255886 | ||||
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| | | | | llvm-svn: 210776 | ||||
* | clang-apply-replacements: Add code formatting functionality | Edwin Vane | 2013-09-30 | 1 | -0/+25 |
The tool now supports a collection of arguments to turn on and provide settings for the formatting of code affected by applying replacements: * --format turns on formatting (default style is LLVM) * --style controls code style settings * --style-config allows one to explicitly indicate where a style config file lives. The libclangApplyReplacements interface has a new function to turn Replacements into Ranges to be used with tooling::reformat(). llvm-svn: 191667 |