This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from aed3a60e36 [ASTImporter] Import SubStmt of CaseStmt new 977de9aa10 [clang-rename] Rename alias. new 1b97bbcc56 Silence -Wimplicit-fallthrough warnings with the generated c [...]
The 2 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 | 119 +++++----- unittests/Rename/CMakeLists.txt | 1 + unittests/Rename/RenameAliasTest.cpp | 304 ++++++++++++++++++++++++ utils/TableGen/ClangAttrEmitter.cpp | 2 +- 4 files changed, 365 insertions(+), 61 deletions(-) create mode 100644 unittests/Rename/RenameAliasTest.cpp