This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7fdc84b [llvm-pdbdump] Try to appease the ASan bot
new 6430326 [msan] Handle vector compare x86 intrinsics.
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/Instrumentation/MemorySanitizer.cpp | 69 ++++++++++++++++++++++
1 file changed, 69 insertions(+)
--
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 e5d643a Avoid -Wshadow warnings about constructor parameters named af [...]
new e994954 PR27549: fix bug that resulted in us giving a translation-uni [...]
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/ItaniumMangle.cpp | 2 +-
test/CodeGenCXX/c-linkage.cpp | 4 ++--
test/CodeGenCXX/extern-c.cpp | 19 +++++++++++++++++--
3 files changed, 20 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 libcxx.
from 59f8126 Fix get_temp_file_name() to compile on Windows. Patch from ST [...]
new 7aa3806 Fix possible test breakage for MinGW
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/support/platform_support.h | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 a2feb76 [ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.
new ef7d1a2 [msan] Tests for vector compare intrinsics.
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/msan/tests/msan_test.cc | 43 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 42 insertions(+), 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 5f1ec2b [X86] Use nested switches to vary the operand to helper funct [...]
new 7fdc84b [llvm-pdbdump] Try to appease the ASan bot
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/DebugInfo/PDB/Raw/PDBFile.cpp | 5 +++++
1 file changed, 5 insertions(+)
--
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 00a5029 [llvm-pdbdump] Restore error messages, handle bad block sizes
new 5f1ec2b [X86] Use nested switches to vary the operand to helper funct [...]
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/X86/X86MCInstLower.cpp | 117 ++++++++++++++++++++++++--------------
1 file changed, 74 insertions(+), 43 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 libcxx.
from 2d1a7f1 Add <string> include for streaming operators. Patch from STL@ [...]
new b6e757e Add a return value for nasty_mutex::operator&. Patch from STL [...]
new 138574c Remove more names of unreferenced parameters. Patch from STL@ [...]
new 59f8126 Fix get_temp_file_name() to compile on Windows. Patch from ST [...]
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:
.../iostreams.base/ios/basic.ios.members/move.pass.cpp | 10 +++++-----
.../iostreams.base/ios/basic.ios.members/swap.pass.cpp | 10 +++++-----
test/support/nasty_containers.hpp | 2 +-
test/support/platform_support.h | 14 ++++++++------
4 files changed, 19 insertions(+), 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 4eaa655 [Sema] Fix a crash that occurs when a variable template is in [...]
new e5d643a Avoid -Wshadow warnings about constructor parameters named af [...]
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/Basic/Diagnostic.h | 8 +--
include/clang/Basic/DiagnosticGroups.td | 11 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 10 +++-
include/clang/Sema/Sema.h | 11 ++++
lib/Sema/AnalysisBasedWarnings.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 80 +++++++++++++++++++++++-------
lib/Sema/SemaExpr.cpp | 3 ++
test/SemaCXX/warn-shadow.cpp | 20 +++++++-
8 files changed, 117 insertions(+), 28 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 libcxx.
from 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
new 6531a09 Add proper include for unique_ptr. Patch from STL(a)microsoft.com
new 2d1a7f1 Add <string> include for streaming operators. Patch from STL@ [...]
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:
.../depr.istrstream/depr.istrstream.cons/ccp.pass.cpp | 1 +
.../depr.istrstream/depr.istrstream.cons/ccp_size.pass.cpp | 1 +
.../depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp.pass.cpp | 1 +
.../depr.istrstream/depr.istrstream.cons/cp_size.pass.cpp | 1 +
.../depr.ostrstream/depr.ostrstream.cons/cp_size_mode.pass.cpp | 1 +
.../depr.ostrstream/depr.ostrstream.cons/default.pass.cpp | 1 +
.../depr.strstream/depr.strstream.cons/cp_size_mode.pass.cpp | 1 +
.../depr.strstream/depr.strstream.cons/default.pass.cpp | 1 +
test/std/utilities/meta/meta.rel/is_callable.pass.cpp | 1 +
9 files changed, 9 insertions(+)
--
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 3fd49ab [ASan] Reenable __builtin_setjmp test on PowerPC, disable on [...]
new a2feb76 [ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.
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/asan/TestCases/Linux/segv_read_write.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.