This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from d8c2a53 [include-fixer] Add fuzzy SymbolIndex, where identifier needn [...] new 8d86b35 Add the 'AllowSoleDefaultDtor' and 'AllowMissingMoveFunctions [...]
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: .../SpecialMemberFunctionsCheck.cpp | 111 +++++++++++++++------ .../SpecialMemberFunctionsCheck.h | 12 ++- .../cppcoreguidelines-special-member-functions.rst | 28 ++++++ ...eguidelines-special-member-functions-cxx-03.cpp | 2 +- ...uidelines-special-member-functions-relaxed.cpp} | 12 ++- .../cppcoreguidelines-special-member-functions.cpp | 7 +- 6 files changed, 135 insertions(+), 37 deletions(-) copy test/clang-tidy/{cppcoreguidelines-special-member-functions.cpp => cppcoregui [...]