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 f51778f8 android: add a close-on-exec check on pipe() new 5049aa74 [clang-tidy] Fix make-unique tests on C++2a.
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: test/clang-tidy/modernize-make-unique-cxx14.cpp | 10 -- .../modernize-make-unique-inaccessible-ctors.cpp | 113 +++++++++++++++++++++ test/clang-tidy/modernize-make-unique.cpp | 61 +---------- 3 files changed, 114 insertions(+), 70 deletions(-) delete mode 100644 test/clang-tidy/modernize-make-unique-cxx14.cpp create mode 100644 test/clang-tidy/modernize-make-unique-inaccessible-ctors.cpp