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 e6af186b [clangd] Fix compilation database detection
new 739efa62 add new check for property declaration
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/CMakeLists.txt | 1 +
clang-tidy/objc/ObjCTidyModule.cpp | 3 +
clang-tidy/objc/PropertyDeclarationCheck.cpp | 115 +++++++++++++++++++++
...bclassingCheck.h => PropertyDeclarationCheck.h} | 24 +++--
docs/ReleaseNotes.rst | 7 ++
.../google-objc-global-variable-declaration.rst | 7 +-
docs/clang-tidy/checks/list.rst | 3 +-
.../checks/objc-property-declaration.rst | 43 ++++++++
test/clang-tidy/objc-property-declaration-custom.m | 14 +++
test/clang-tidy/objc-property-declaration.m | 12 +++
10 files changed, 216 insertions(+), 13 deletions(-)
create mode 100644 clang-tidy/objc/PropertyDeclarationCheck.cpp
copy clang-tidy/objc/{ForbiddenSubclassingCheck.h => PropertyDeclarationCheck.h} (50%)
create mode 100644 docs/clang-tidy/checks/objc-property-declaration.rst
create mode 100644 test/clang-tidy/objc-property-declaration-custom.m
create mode 100644 test/clang-tidy/objc-property-declaration.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 89cd1926903 Revert "Update test_debuginfo.pl script to point to new tre [...]
new 138434e367b Update some code.google.com links
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:
docs/CodingStandards.rst | 2 +-
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp | 2 +-
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 8 ++++----
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 +-
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll | 2 +-
test/Instrumentation/MemorySanitizer/missing_origin.ll | 4 ++--
tools/llvm-go/llvm-go.go | 2 +-
7 files changed, 11 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4754c4cd05 Update link to protobuf
new 11bda81ead Revert "Update test_debuginfo.pl script to point to new tree [...]
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:
test/CMakeLists.txt | 7 -------
test/lit.cfg.py | 2 ++
2 files changed, 2 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dde12849b2e AMDGPU: Fix not converting d16 load/stores to offset
new 3348c6d20fa Simplify and rename variable.
new 89cd1926903 Revert "Update test_debuginfo.pl script to point to new tre [...]
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:
CMakeLists.txt | 19 +++++++------------
include/llvm/Support/LockFileManager.h | 4 ++--
lib/Support/LockFileManager.cpp | 6 +++---
projects/CMakeLists.txt | 1 -
utils/lit/lit/llvm/config.py | 9 +++------
utils/test_debuginfo.pl | 2 +-
6 files changed, 16 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8658d31e249 Simplify. NFC.
new dde12849b2e AMDGPU: Fix not converting d16 load/stores to offset
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:
lib/Target/AMDGPU/SIRegisterInfo.cpp | 23 ++++++++++++-
test/CodeGen/AMDGPU/load-hi16.ll | 60 ++++++++++++++++++++++++++++++++--
test/CodeGen/AMDGPU/load-lo16.ll | 63 ++++++++++++++++++++++++++++++++++--
test/CodeGen/AMDGPU/store-hi16.ll | 39 ++++++++++++++++++++--
4 files changed, 178 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository clang.
from 2f79708f75 Merging r309288:
new 652ef4b1b6 Merging r311013:
new 67341cd6d7 Merging r311777:
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:
lib/CodeGen/CGStmtOpenMP.cpp | 13 ++++++++-----
lib/CodeGen/CodeGenFunction.h | 4 +++-
lib/Sema/SemaOpenMP.cpp | 3 ++-
test/OpenMP/declare_reduction_codegen.cpp | 18 ++++++++++++++++++
test/OpenMP/for_linear_codegen.cpp | 1 +
5 files changed, 32 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7c7d196351 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 1a03e825f2 Update link to the Chromium Clang page
new a3d5f821e4 Update a link to the old code.google.com bug tracker
new 4754c4cd05 Update link to protobuf
The 3 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:
lib/Driver/SanitizerArgs.cpp | 2 +-
lib/Format/TokenAnnotator.cpp | 2 +-
www/related.html | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 12d09b0dedd AMDGPU: Implement computeKnownBitsForTargetNode for mbcnt
new 22434af3ad9 [tablegen] Handle atomic predicates for ordering inside tab [...]
new 8658d31e249 Simplify. NFC.
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:
include/llvm/Target/TargetSelectionDAG.td | 81 +++++++++++++++++++------------
lib/Support/LockFileManager.cpp | 5 +-
utils/TableGen/CodeGenDAGPatterns.cpp | 54 ++++++++++++++++++++-
utils/TableGen/CodeGenDAGPatterns.h | 11 +++++
4 files changed, 117 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.