This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 30c29388e1 [libTooling] Change Stencil equality to use `toString()` new f3373ff5c7 [libTooling] Move `RewriteRule` abstraction into its own hea [...]
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: .../Transformer/{Transformer.h => RewriteRule.h} | 44 +--- include/clang/Tooling/Transformer/Transformer.h | 274 +-------------------- lib/Tooling/Transformer/CMakeLists.txt | 1 + .../{Transformer.cpp => RewriteRule.cpp} | 59 +---- lib/Tooling/Transformer/Transformer.cpp | 170 +------------ 5 files changed, 14 insertions(+), 534 deletions(-) copy include/clang/Tooling/Transformer/{Transformer.h => RewriteRule.h} (88%) copy lib/Tooling/Transformer/{Transformer.cpp => RewriteRule.cpp} (78%)