summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-rename/Field.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-301-15/+0
| | | | | | | | | | | | The core engine of clang-rename will be used for local and global renames in the new refactoring engine, as mentioned in http://lists.llvm.org/pipermail/cfe-dev/2017-June/054286.html. The clang-rename tool is still supported but might get deprecated in the future. Differential Revision: https://reviews.llvm.org/D34696 llvm-svn: 306840
* [clang-rename] fix bug with initializer listsKirill Bobyrev2016-08-091-8/+9
| | | | | | | | | | | Clang-rename is currently not able to find a symbol in initializer list. This patch fixes described issue. Reviewers: alexfh Differential Revision: https://reviews.llvm.org/D23193 llvm-svn: 278099
* [clang-rename] revert r276836Kirill Bobyrev2016-08-011-1/+3
| | | | | | | Revert r276836, which resulted in tests passing regardless of the actual tool replacements. llvm-svn: 277354
* test: simplify commands, NFCSaleem Abdulrasool2016-07-271-3/+1
| | | | | | | | Rather than copying the file and then doing an in-place edit, perform the replacements to stdout and pass the output to FileCheck directly. Avoids unnecessary copying and seds. llvm-svn: 276836
* [clang-rename] fix testsetKirill Bobyrev2016-07-151-0/+14
Make yet unsupported tests marked with FIXME pass so that buildbot doesn't fail. llvm-svn: 275556
OpenPOWER on IntegriCloud