llvm-project/clang-tools-extra/test/clang-rename
Miklos Vajna 10e25748b0 clang-rename: fix renaming non-members variables 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/D20537

llvm-svn: 270599
2016-05-24 19:08:53 +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
DeclRefExpr.cpp clang-rename: fix renaming non-members variables when referenced as macro arguments 2016-05-24 19:08:53 +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