summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Core/Replacement.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-9/+14
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-2/+15
* Revert "Implement new interfaces for code-formatting when applying replacemen...Manuel Klimek2016-02-291-43/+2
* Implement new interfaces for code-formatting when applying replacements.Manuel Klimek2016-02-291-2/+43
* Fix calculation of shifted cursor/code positions. Specifically supportDaniel Jasper2015-11-231-21/+19
* [Tooling] Remove dead code.Benjamin Kramer2015-10-061-9/+1
* [VFS] Port applyAllReplacements to InMemoryFileSystem.Benjamin Kramer2015-10-061-8/+7
* Fix bad iterator access.Daniel Jasper2015-09-231-1/+2
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-0/+132
* Tooling: When applying a set of replacements, do deletions beforeDaniel Jasper2015-06-161-1/+6
* Allow replacements created from token ranges to specify language options.Manuel Klimek2015-06-031-7/+10
* Fix bug in Replacement's toString on Windows (missing flush).Manuel Klimek2015-04-201-4/+4
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-291-0/+289
OpenPOWER on IntegriCloud