This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6fc97e7c1c [X86] Add masked vcvtps2ph builtins to CheckX86BuiltinFunctionCall. new eb4212181c [clang-refactor] Introduce a new rename rule for qualified symbols
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: .../Tooling/Refactoring/Rename/RenamingAction.h | 22 +++++++ lib/Tooling/Refactoring/RefactoringActions.cpp | 20 ++++++ lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 56 ++++++++++++++++ test/Refactor/LocalRename/QualifiedRename.cpp | 24 +++++++ tools/clang-refactor/ClangRefactor.cpp | 75 ++++++++++------------ 5 files changed, 157 insertions(+), 40 deletions(-) create mode 100644 test/Refactor/LocalRename/QualifiedRename.cpp