This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 73bc9c1440 [AST] Extract Decl::printNestedNameSpecifier helper from Dec [...] new 63dd6c10d6 [libTooling] Introduce the MatchConsumer abstraction
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: include/clang/Tooling/Refactoring/MatchConsumer.h | 58 +++++++++++++++++++++++ include/clang/Tooling/Refactoring/RangeSelector.h | 9 +--- include/clang/Tooling/Refactoring/Transformer.h | 7 +-- lib/Tooling/Refactoring/RangeSelector.cpp | 8 ---- 4 files changed, 62 insertions(+), 20 deletions(-) create mode 100644 include/clang/Tooling/Refactoring/MatchConsumer.h