llvm-project/clang/lib/Tooling
Eric Liu 4c1ef97adb Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Summary:
formatAndApplyAllReplacements takes a set of Replacements, applies them on a
Rewriter, and reformats the changed code.

Reviewers: klimek, djasper

Subscribers: ioeric, klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D17852

llvm-svn: 264745
2016-03-29 16:31:53 +00:00
..
Core Added formatAndApplyAllReplacements that works on multiple files in libTooling. 2016-03-29 16:31:53 +00:00
ArgumentsAdjusters.cpp Make ArgumentAdjuster aware of the current file being processed. 2015-11-05 02:19:53 +00:00
CMakeLists.txt Added formatAndApplyAllReplacements that works on multiple files in libTooling. 2016-03-29 16:31:53 +00:00
CommonOptionsParser.cpp Print options, if requested. 2016-02-23 10:29:02 +00:00
CompilationDatabase.cpp Rename Action::begin() to Action::input_begin(). 2016-02-23 19:30:43 +00:00
FileMatchTrie.cpp Tooling: Hide implementation details 2015-03-09 15:03:26 +00:00
JSONCompilationDatabase.cpp [tooling] Provide the compile commands of the JSON database in the order that they were provided in the JSON file. 2015-09-22 17:22:33 +00:00
Refactoring.cpp Added formatAndApplyAllReplacements that works on multiple files in libTooling. 2016-03-29 16:31:53 +00:00
RefactoringCallbacks.cpp
Tooling.cpp Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs. 2016-01-29 11:29:02 +00:00