summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Refactoring/AtomicChange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-141-0/+9
* Added `applyAtomicChanges` function.Eric Liu2017-07-311-0/+179
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* Add `replace` interface with range in AtomicChange.Haojian Wu2017-03-301-0/+6
* Revert "Added `applyAtomicChanges` function."Juergen Ributzka2017-03-291-179/+0
* Added `applyAtomicChanges` function.Eric Liu2017-03-281-0/+179
* Add missing implementation for AtomicChange::replace(...)Eric Liu2017-03-081-0/+5
* Introducing clang::tooling::AtomicChange for refactoring tools.Eric Liu2017-03-011-0/+167
OpenPOWER on IntegriCloud