This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 67b501a525 New lldb python module for managing diagnostic breakpoints new d64b9c663c [WebAssembly] Add crt1.o with calling lld new 1c09b76713 [Sema] Fix an assert-on-invalid by avoiding function templat [...] new 99af5f07de [refactor] Describe refactorings in the operation classes
The 3 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: .../clang/Tooling/Refactoring/Extract/Extract.h | 53 ++++++++++ .../Refactoring/RefactoringActionRegistry.def | 8 -- .../Tooling/Refactoring/RefactoringActionRule.h | 14 +++ .../Refactoring/RefactoringActionRulesInternal.h | 7 +- .../Tooling/Refactoring/Rename/RenamingAction.h | 22 +++- include/clang/module.modulemap | 2 - lib/Driver/ToolChain.cpp | 14 ++- lib/Driver/ToolChains/WebAssembly.cpp | 3 + lib/Sema/SemaDecl.cpp | 8 +- lib/Tooling/Refactoring/Extract.cpp | 115 ++++++--------------- lib/Tooling/Refactoring/RefactoringActions.cpp | 71 +++++++++++-- lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 86 ++++++--------- test/Driver/wasm-toolchain.c | 4 +- test/SemaTemplate/deduction-crash.cpp | 17 +++ .../explicit-specialization-member.cpp | 12 +-- unittests/Tooling/RefactoringActionRulesTest.cpp | 28 ++++- 16 files changed, 278 insertions(+), 186 deletions(-) create mode 100644 include/clang/Tooling/Refactoring/Extract/Extract.h delete mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRegistry.def