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 c164f042 [clangd] Implement getBeginning for overloaded operators. new 45395ad0 [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid [...]
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/{objc => darwin}/AvoidSpinlockCheck.cpp | 4 ++-- clang-tidy/{objc => darwin}/AvoidSpinlockCheck.h | 12 ++++++------ clang-tidy/darwin/CMakeLists.txt | 1 + clang-tidy/darwin/DarwinTidyModule.cpp | 3 +++ clang-tidy/objc/CMakeLists.txt | 1 - clang-tidy/objc/ObjCTidyModule.cpp | 3 --- docs/ReleaseNotes.rst | 3 +++ .../{objc-avoid-spinlock.rst => darwin-avoid-spinlock.rst} | 6 +++--- docs/clang-tidy/checks/list.rst | 2 +- .../{objc-avoid-spinlock.m => darwin-avoid-spinlock.m} | 8 ++++---- 10 files changed, 23 insertions(+), 20 deletions(-) rename clang-tidy/{objc => darwin}/AvoidSpinlockCheck.cpp (96%) rename clang-tidy/{objc => darwin}/AvoidSpinlockCheck.h (73%) rename docs/clang-tidy/checks/{objc-avoid-spinlock.rst => darwin-avoid-spinlock.rs [...] rename test/clang-tidy/{objc-avoid-spinlock.m => darwin-avoid-spinlock.m} (78%)