This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 310e9c901a [MSP430] Fix data layout string.
new 9766b30760 [ubsan] Improve diagnostics for return value checks (clang)
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/CodeGen/CGCall.cpp | 44 +++++++++++++-----------
lib/CodeGen/CGStmt.cpp | 12 +++++++
lib/CodeGen/CodeGenFunction.cpp | 7 ++++
lib/CodeGen/CodeGenFunction.h | 17 +++++++--
test/CodeGenObjC/ubsan-nonnull-and-nullability.m | 34 ++++++++++++++++--
test/CodeGenObjC/ubsan-nullability.m | 32 ++++++++++-------
6 files changed, 107 insertions(+), 39 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 712a9e568 [Sanitizers] 32 bit allocator respects allocator_may_return_n [...]
new d23b5ace1 [ubsan] Improve diagnostics for return value checks (compiler-rt)
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/ubsan/ubsan_handlers.cc | 29 ++++++++++++++++----------
lib/ubsan/ubsan_handlers.h | 5 ++---
lib/ubsan/ubsan_interface.inc | 8 +++----
test/ubsan/TestCases/Misc/nonnull.cpp | 37 ++++++++++++++++++++++++++++-----
test/ubsan/TestCases/Misc/nullability.c | 2 +-
5 files changed, 57 insertions(+), 24 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-tools-extra.
from 38aafdfd [clang-tidy] Fix a false positive in modernize-use-nullptr.
new 4130d398 [clang-tidy][Part1] Add a new module Android and three new checks.
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/CMakeLists.txt | 1 +
.../AndroidTidyModule.cpp} | 24 ++---
clang-tidy/{boost => android}/CMakeLists.txt | 6 +-
clang-tidy/android/FileOpenFlagCheck.cpp | 98 ++++++++++++++++++
clang-tidy/android/FileOpenFlagCheck.h | 40 ++++++++
clang-tidy/plugin/CMakeLists.txt | 1 +
clang-tidy/tool/CMakeLists.txt | 1 +
clang-tidy/tool/ClangTidyMain.cpp | 5 +
docs/ReleaseNotes.rst | 6 ++
docs/clang-tidy/checks/android-file-open-flag.rst | 24 +++++
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/index.rst | 1 +
test/clang-tidy/android-file-open-flag.cpp | 110 +++++++++++++++++++++
unittests/clang-tidy/CMakeLists.txt | 1 +
14 files changed, 305 insertions(+), 14 deletions(-)
copy clang-tidy/{boost/BoostTidyModule.cpp => android/AndroidTidyModule.cpp} (53%)
copy clang-tidy/{boost => android}/CMakeLists.txt (60%)
create mode 100644 clang-tidy/android/FileOpenFlagCheck.cpp
create mode 100644 clang-tidy/android/FileOpenFlagCheck.h
create mode 100644 docs/clang-tidy/checks/android-file-open-flag.rst
create mode 100644 test/clang-tidy/android-file-open-flag.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 309f49b92a1 Add bitcast store-merge test.
new 66f026bb25a [MSP430] Fix data layout string.
new 777bbb5e05c [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
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/DebugInfo/PDB/Native/DbiStream.h | 17 +++--
include/llvm/Support/BinaryStreamRef.h | 3 +
lib/DebugInfo/PDB/Native/DbiStream.cpp | 52 +++++++++-----
lib/Target/MSP430/MSP430TargetMachine.cpp | 8 ++-
test/CodeGen/MSP430/Inst16mm.ll | 2 +-
test/CodeGen/MSP430/struct_layout.ll | 57 ++++++++++++++++
test/DebugInfo/PDB/dbi-bytes.test | 59 ++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 98 +++++++++++++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 7 ++
tools/llvm-pdbutil/LinePrinter.cpp | 7 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 25 +++++--
tools/llvm-pdbutil/llvm-pdbutil.h | 8 +++
12 files changed, 313 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/MSP430/struct_layout.ll
create mode 100644 test/DebugInfo/PDB/dbi-bytes.test
--
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 26143cdb50 Add test for 306149, warn on throw from noexcept
new 310e9c901a [MSP430] Fix data layout string.
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/Basic/Targets.cpp | 2 +-
test/CodeGen/target-data.c | 2 +-
2 files changed, 2 insertions(+), 2 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 gcc.
from 8e94e8f9768 runtime: complete defer handling in CgocallBackDone
new 6c8e87cfc64 Testcase for FSF GCC bug 79794.
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/pr79794.c | 25 +++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr79794.c
--
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 93ca10c6fc0 [LoopDeletion] NFC: Move phi node value setting into prepass
new 309f49b92a1 Add bitcast store-merge test.
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/CodeGen/X86/MergeConsecutiveStores.ll | 31 ++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 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 glibc.
from fa872e1b62 Clean pthread functions namespaces for C11 threads
new 9a0cc8c1bd inet_pton: Reject IPv6 addresses with many leading zeros [BZ [...]
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:
ChangeLog | 8 ++++++++
resolv/inet_pton.c | 17 ++++++++++-------
resolv/tst-inet_pton.c | 16 ++--------------
3 files changed, 20 insertions(+), 21 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 c8bc59b0b33 [APInt] Make the single word cases of isMaxSignedValue/isMi [...]
new 93ca10c6fc0 [LoopDeletion] NFC: Move phi node value setting into prepass
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/LoopDeletion.cpp | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.