This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 618f522e3f Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr lin [...] new 9b13d907c5 [refactor] Use a RefactoringResultConsumer instead of tagged [...]
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/RefactoringActionRule.h | 39 ++---------- .../Tooling/Refactoring/RefactoringActionRules.h | 9 +-- .../Refactoring/RefactoringActionRulesInternal.h | 52 +++++++--------- .../Refactoring/RefactoringResultConsumer.h | 70 ++++++++++++++++++++++ unittests/Tooling/RefactoringActionRulesTest.cpp | 45 +++++++++----- 5 files changed, 129 insertions(+), 86 deletions(-) create mode 100644 include/clang/Tooling/Refactoring/RefactoringResultConsumer.h