This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 013dff255 [SymbolFilePDB] Add support for CVR pointer type qualifier
new 171780fca [SymbolFilePDB] Minor cleanup
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:
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 45 +++++++++++++------------
1 file changed, 23 insertions(+), 22 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 a4668796d0 [analyzer] Fix the checker for the performance anti-pattern [...]
new 870b01ee4c Revert 326766 too, after r326862 the test fails and I don't [...]
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/AST/ExprConstant.cpp | 6 +-----
test/CodeGenCXX/alloc-size.cpp | 12 ------------
2 files changed, 1 insertion(+), 17 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 e91c6a13f6 [ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
new cb909e7793 [Driver] Enable SafeStack by default on Fuchsia
new a4668796d0 [analyzer] Fix the checker for the performance anti-pattern [...]
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/Driver/ToolChains/Fuchsia.cpp | 4 +++
lib/Driver/ToolChains/Fuchsia.h | 5 ++++
.../Checkers/GCDAsyncSemaphoreChecker.cpp | 25 +++++++++--------
test/Analysis/gcdasyncsemaphorechecker_test.m | 31 ++++++++++++++++++++++
test/Driver/fuchsia.c | 12 +++++----
5 files changed, 61 insertions(+), 16 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 compiler-rt.
from 2e65830de Fixup r326851: mmap64 interceptor should not be used on Darwin.
new 74e7bc0d6 [XRay][compiler-rt] Add APIs for processing logs in memory
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/xray/xray_log_interface.h | 64 ++++++++++++++++++++++++++++++
lib/xray/xray_log_interface.cc | 63 ++++++++++++++++++++++++++---
test/xray/TestCases/Posix/logging-modes.cc | 23 +++++++++++
3 files changed, 145 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 clang.
from c67f146e7f Revert r326602, it caused PR36620.
new e91c6a13f6 [ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
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/LibASTMatchersReference.html | 35 ++++++++++++++++++++--
include/clang/ASTMatchers/ASTMatchers.h | 13 ++++++--
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 13 ++++++--
3 files changed, 54 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 compiler-rt.
from 2ccfc5617 [sanitizer] Update symbolizer test
new 2e65830de Fixup r326851: mmap64 interceptor should not be used on Darwin.
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/sanitizer_common/sanitizer_platform_interceptors.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 b86930c9098 Add early exit on reassociation of 0 expression.
new 71e93dfc4b9 [llvm-pdbdump] Add guard for null pointers and remove unused code
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:
tools/llvm-pdbutil/PrettyCompilandDumper.cpp | 93 ++++++++++----------
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp | 7 +-
tools/llvm-pdbutil/PrettyTypeDumper.cpp | 1 -
tools/llvm-pdbutil/llvm-pdbutil.cpp | 102 ++++++++++++----------
4 files changed, 108 insertions(+), 95 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 548039d002 [Driver] Automatically disable incompatible default sanitizers
new c67f146e7f Revert r326602, it caused PR36620.
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/AST/Attr.h | 114 ----------------
include/clang/Basic/Attr.td | 44 +++---
lib/AST/ExprConstant.cpp | 10 +-
lib/CodeGen/CGCall.cpp | 9 +-
lib/Sema/SemaChecking.cpp | 37 ++---
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 149 ++++++++++++---------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 11 +-
.../Checkers/NonNullParamChecker.cpp | 7 +-
test/CodeGenCXX/alloc-size.cpp | 18 ---
test/Misc/ast-dump-attr.cpp | 4 +-
test/Sema/attr-ownership.cpp | 7 -
test/Sema/attr-print.cpp | 61 ---------
test/Sema/error-type-safety.cpp | 39 +-----
utils/TableGen/ClangAttrEmitter.cpp | 139 +------------------
16 files changed, 150 insertions(+), 503 deletions(-)
delete mode 100644 test/Sema/attr-ownership.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.
unknown user pushed a change to branch master
in repository llvm.
from 611e8053e25 [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefn
new b86930c9098 Add early exit on reassociation of 0 expression.
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/Transforms/Scalar/NaryReassociate.cpp | 3 +++
test/Transforms/NaryReassociate/pr35710.ll | 19 +++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 test/Transforms/NaryReassociate/pr35710.ll
--
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 6e900125c7 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
new 548039d002 [Driver] Automatically disable incompatible default sanitizers
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/Driver/SanitizerArgs.cpp | 36 +++++++++++++++++++++++-------------
1 file changed, 23 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.