hanchenye-llvm-project/clang-tools-extra/test/clang-rename
Miklos Vajna ed28d41b1a clang-rename: fix renaming members when referenced as macro arguments
The second check failed, FOO(C.X) wasn't renamed to FOO(C.Y).

Reviewers: klimek

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

llvm-svn: 270204
2016-05-20 11:43:59 +00:00
..
ClassTest.cpp clang-rename tests: move the run lines to the top of the test files 2016-05-09 08:47:18 +00:00
CtorDefTest.cpp clang-rename: handle non-inline ctor definitions when renaming classes 2016-05-18 16:12:48 +00:00
CtorInitializerTest.cpp clang-rename: fix renaming of field with implicit initializers 2016-05-11 08:08:07 +00:00
FieldTest.cpp clang-rename tests: move the run lines to the top of the test files 2016-05-09 08:47:18 +00:00
MemberExprMacro.cpp clang-rename: fix renaming members when referenced as macro arguments 2016-05-20 11:43:59 +00:00
VarTest.cpp clang-rename tests: move the run lines to the top of the test files 2016-05-09 08:47:18 +00:00