This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a786521fa6 [analyzer] [NFC] Split up RetainSummaryManager from RetainCo [...]
new e6554b83e1 Revert "[analyzer] [NFC] Split up RetainSummaryManager from [...]
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:
include/clang/Analysis/ObjCRetainCount.h | 231 ++++++++++++++++++++
lib/ARCMigrate/CMakeLists.txt | 1 +
lib/ARCMigrate/ObjCMT.cpp | 4 +-
lib/Analysis/CMakeLists.txt | 1 -
.../Checkers/BasicObjCFoundationChecks.cpp | 2 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/NoReturnFunctionChecker.cpp | 2 +-
.../RetainCountChecker/RetainCountChecker.cpp | 54 +++--
.../RetainCountChecker/RetainCountChecker.h | 6 +-
.../RetainCountChecker/RetainCountDiagnostics.h | 2 +-
.../RetainCountChecker/RetainCountSummaries.cpp} | 58 ++---
.../RetainCountChecker/RetainCountSummaries.h | 234 ++-------------------
.../StaticAnalyzer/Checkers/SelectorExtras.h | 7 +
.../Checkers/TrustNonnullChecker.cpp | 2 +-
14 files changed, 335 insertions(+), 270 deletions(-)
create mode 100644 include/clang/Analysis/ObjCRetainCount.h
rename lib/{Analysis/RetainSummaryManager.cpp => StaticAnalyzer/Checkers/RetainCou [...]
rename include/clang/Analysis/RetainSummaryManager.h => lib/StaticAnalyzer/Checker [...]
rename {include/clang => lib}/StaticAnalyzer/Checkers/SelectorExtras.h (85%)
--
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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 7af2fdceb02 [ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
adds eb7a43e43f3 [ORC] Fix some parameter names. NFC.
No new revisions were added by this update.
Summary of changes:
include/llvm/ExecutionEngine/Orc/Layer.h | 8 ++++----
1 file changed, 4 insertions(+), 4 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 7af2fdceb02 [ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
new eb7a43e43f3 [ORC] Fix some parameter names. NFC.
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:
include/llvm/ExecutionEngine/Orc/Layer.h | 8 ++++----
1 file changed, 4 insertions(+), 4 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 8efb13000b8 MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.
adds 7af2fdceb02 [ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
No new revisions were added by this update.
Summary of changes:
include/llvm/ExecutionEngine/Orc/Core.h | 37 +++++---
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 8 +-
lib/ExecutionEngine/Orc/Core.cpp | 102 ++++++++++-----------
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 2 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 10 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 36 ++++----
6 files changed, 101 insertions(+), 94 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 8efb13000b8 MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.
new 7af2fdceb02 [ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
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:
include/llvm/ExecutionEngine/Orc/Core.h | 37 +++++---
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 8 +-
lib/ExecutionEngine/Orc/Core.cpp | 102 ++++++++++-----------
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 2 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 10 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 36 ++++----
6 files changed, 101 insertions(+), 94 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 17376f7c5b Quickfix for failing tests.
new a786521fa6 [analyzer] [NFC] Split up RetainSummaryManager from RetainCo [...]
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:
include/clang/Analysis/ObjCRetainCount.h | 231 --------------------
.../clang/Analysis/RetainSummaryManager.h | 234 +++++++++++++++++++--
.../StaticAnalyzer/Checkers/SelectorExtras.h | 7 -
lib/ARCMigrate/CMakeLists.txt | 1 -
lib/ARCMigrate/ObjCMT.cpp | 4 +-
lib/Analysis/CMakeLists.txt | 1 +
.../RetainSummaryManager.cpp} | 58 +++--
.../Checkers/BasicObjCFoundationChecks.cpp | 2 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 -
.../Checkers/NoReturnFunctionChecker.cpp | 2 +-
.../RetainCountChecker/RetainCountChecker.cpp | 54 ++---
.../RetainCountChecker/RetainCountChecker.h | 6 +-
.../RetainCountChecker/RetainCountDiagnostics.h | 2 +-
.../Checkers/TrustNonnullChecker.cpp | 2 +-
14 files changed, 270 insertions(+), 335 deletions(-)
delete mode 100644 include/clang/Analysis/ObjCRetainCount.h
rename lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.h => in [...]
rename {lib => include/clang}/StaticAnalyzer/Checkers/SelectorExtras.h (85%)
rename lib/{StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.cpp => [...]
--
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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from c3f36baa5fa [GISel]: Add Legalization/lowering code for bit counting op [...]
adds 8efb13000b8 MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.
No new revisions were added by this update.
Summary of changes:
lib/MC/WinCOFFObjectWriter.cpp | 20 --------------------
1 file changed, 20 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 c3f36baa5fa [GISel]: Add Legalization/lowering code for bit counting op [...]
new 8efb13000b8 MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.
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/MC/WinCOFFObjectWriter.cpp | 20 --------------------
1 file changed, 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.