hanchenye-llvm-project/clang-tools-extra/clang-rename
Miklos Vajna 617409f0c0 clang-rename: fix renaming heap allocations
The check failed, 'Cla *C = new Cla();' was renamed to 'D *C = new Cla();'.

Reviewers: klimek

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

llvm-svn: 271572
2016-06-02 20:00:22 +00:00
..
tool Add missing newline in clang-rename output. 2016-04-28 06:46:44 +00:00
CMakeLists.txt [clang-rename] Fix broken dependency on shared build. 2016-05-13 15:38:54 +00:00
RenamingAction.cpp clang-rename: check that the source location we find actually has the old name 2016-05-13 09:17:32 +00:00
RenamingAction.h Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots. 2015-07-03 09:30:33 +00:00
USRFinder.cpp
USRFinder.h
USRFindingAction.cpp Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes. 2016-03-17 17:02:25 +00:00
USRFindingAction.h
USRLocFinder.cpp clang-rename: fix renaming heap allocations 2016-06-02 20:00:22 +00:00
USRLocFinder.h clang-rename: check that the source location we find actually has the old name 2016-05-13 09:17:32 +00:00