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 af561776 [clang-query] Continue if compilation command not found for s [...] new 3cdc4175 [clang-tidy/checks] Update objc-property-declaration check to [...]
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/PropertyDeclarationCheck.cpp | 145 +++------------------ docs/ReleaseNotes.rst | 4 + .../checks/objc-property-declaration.rst | 19 +-- .../objc-property-declaration-additional.m | 15 --- test/clang-tidy/objc-property-declaration-custom.m | 18 --- test/clang-tidy/objc-property-declaration.m | 7 + 6 files changed, 29 insertions(+), 179 deletions(-) delete mode 100644 test/clang-tidy/objc-property-declaration-additional.m delete mode 100644 test/clang-tidy/objc-property-declaration-custom.m