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 d989847c [test] Fix clang library dir in LD_LIBRARY_PATH For stand-alo [...] new be930bfd [clang-tidy] Support initializer-list constructor cases in mo [...]
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/MakeSmartPtrCheck.cpp | 37 ++++++++---- .../Inputs/modernize-smart-ptr/initializer_list.h | 25 ++++++++ test/clang-tidy/modernize-make-unique.cpp | 68 ++++++++++++++++++++++ 3 files changed, 120 insertions(+), 10 deletions(-) create mode 100644 test/clang-tidy/Inputs/modernize-smart-ptr/initializer_list.h