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 ea1b4cd5 [clang-tidy] Fix an error in the doc. new 0d045ab5 [clang-tidy] Add modernize-use-emplace.IgnoreImplicitConstruc [...]
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: clang-tidy/modernize/UseEmplaceCheck.cpp | 13 ++- clang-tidy/modernize/UseEmplaceCheck.h | 9 +- ...ze-use-emplace-ignore-implicit-constructors.cpp | 123 +++++++++++++++++++++ 3 files changed, 137 insertions(+), 8 deletions(-) create mode 100644 test/clang-tidy/modernize-use-emplace-ignore-implicit-constructors.cpp