This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ed4dbd72ed PR43674: fix incorrect constant evaluation of 'switch' where [...] new a5f4060136 [libTooling] Put all Transformer declarations in a single na [...]
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/Transformer/MatchConsumer.h | 8 +++-- include/clang/Tooling/Transformer/RangeSelector.h | 20 +++++++++++- include/clang/Tooling/Transformer/RewriteRule.h | 21 ++++++++++-- include/clang/Tooling/Transformer/Stencil.h | 34 ++++++++++++++----- include/clang/Tooling/Transformer/Transformer.h | 4 +-- lib/Tooling/Transformer/RangeSelector.cpp | 40 ++++++++++++----------- lib/Tooling/Transformer/RewriteRule.cpp | 30 ++++++++--------- lib/Tooling/Transformer/Stencil.cpp | 39 +++++++++++----------- lib/Tooling/Transformer/Transformer.cpp | 13 ++++---- unittests/Tooling/RangeSelectorTest.cpp | 8 ++--- unittests/Tooling/StencilTest.cpp | 13 ++------ unittests/Tooling/TransformerTest.cpp | 11 ++++--- 12 files changed, 146 insertions(+), 95 deletions(-)