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 1e93ad8c [Documentation] Sort Clang-tidy changes next way: new modules [...] new 4ced4853 add new check to find NSError init invocation new 0285b529 add new check to find NSError init invocation
The 2 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/objc/AvoidNSErrorInitCheck.cpp | 37 ++++++++++++++++++++++ ...voidSpinlockCheck.h => AvoidNSErrorInitCheck.h} | 18 +++++------ clang-tidy/objc/CMakeLists.txt | 1 + clang-tidy/objc/ObjCTidyModule.cpp | 3 ++ docs/ReleaseNotes.rst | 10 ++++++ docs/clang-tidy/checks/list.rst | 1 + docs/clang-tidy/checks/objc-avoid-nserror-init.rst | 13 ++++++++ test/clang-tidy/objc-avoid-nserror-init.m | 12 +++++++ 8 files changed, 86 insertions(+), 9 deletions(-) create mode 100644 clang-tidy/objc/AvoidNSErrorInitCheck.cpp copy clang-tidy/objc/{AvoidSpinlockCheck.h => AvoidNSErrorInitCheck.h} (51%) create mode 100644 docs/clang-tidy/checks/objc-avoid-nserror-init.rst create mode 100644 test/clang-tidy/objc-avoid-nserror-init.m