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 b997232a [clang-tidy] Add docs to toctree new cb17dbb1 [clang-tidy] Rename android-file-open-flag and fix a bug
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 | 4 +- clang-tidy/android/CMakeLists.txt | 2 +- ...{FileOpenFlagCheck.cpp => CloexecOpenCheck.cpp} | 24 +-- .../{FileOpenFlagCheck.h => CloexecOpenCheck.h} | 12 +- docs/ReleaseNotes.rst | 4 +- ...file-open-flag.rst => android-cloexec-open.rst} | 6 +- docs/clang-tidy/checks/list.rst | 2 +- test/clang-tidy/android-cloexec-open.cpp | 180 +++++++++++++++++++++ test/clang-tidy/android-file-open-flag.cpp | 110 ------------- 9 files changed, 208 insertions(+), 136 deletions(-) rename clang-tidy/android/{FileOpenFlagCheck.cpp => CloexecOpenCheck.cpp} (78%) rename clang-tidy/android/{FileOpenFlagCheck.h => CloexecOpenCheck.h} (74%) rename docs/clang-tidy/checks/{android-file-open-flag.rst => android-cloexec-open. [...] create mode 100644 test/clang-tidy/android-cloexec-open.cpp delete mode 100644 test/clang-tidy/android-file-open-flag.cpp