This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 890783b5e0 [clang-rename] Fix and enable the failing TemplatedClassFunc [...] new 2bcd2d052e [rename] support renaming class member.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Tooling/Refactoring/Rename/USRLocFinder.cpp | 49 +++++ unittests/Rename/CMakeLists.txt | 1 + unittests/Rename/RenameMemberTest.cpp | 229 ++++++++++++++++++++++++ 3 files changed, 279 insertions(+) create mode 100644 unittests/Rename/RenameMemberTest.cpp