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 9d0eab6f [clang-tidy] Add a close-on-exec check on epoll_create1() in [...] new d63be130 [clang-tidy] Add a close-on-exec check on epoll_create() in A [...]
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/android/AndroidTidyModule.cpp | 3 +++ clang-tidy/android/CMakeLists.txt | 1 + ...reate1Check.cpp => CloexecEpollCreateCheck.cpp} | 17 ++++++++------- ...ollCreate1Check.h => CloexecEpollCreateCheck.h} | 16 +++++++-------- docs/ReleaseNotes.rst | 5 +++++ .../checks/android-cloexec-epoll-create.rst | 17 +++++++++++++++ docs/clang-tidy/checks/list.rst | 1 + test/clang-tidy/android-cloexec-epoll-create.cpp | 24 ++++++++++++++++++++++ 8 files changed, 69 insertions(+), 15 deletions(-) copy clang-tidy/android/{CloexecEpollCreate1Check.cpp => CloexecEpollCreateCheck.c [...] copy clang-tidy/android/{CloexecEpollCreate1Check.h => CloexecEpollCreateCheck.h} (74%) create mode 100644 docs/clang-tidy/checks/android-cloexec-epoll-create.rst create mode 100644 test/clang-tidy/android-cloexec-epoll-create.cpp