This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fed5a86cd1 Documentation: fix a typo in the AST Matcher Reference docs.
new cdd3c71916 [clang]: Add support for "-fno-delete-null-pointer-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:
docs/ClangCommandLineReference.rst | 8 ++++++++
include/clang/Driver/Options.td | 9 +++++++--
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/CGCall.cpp | 20 ++++++++++++++------
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/delete-null-pointer-checks.c | 20 ++++++++++++++++++++
test/CodeGen/nonnull.c | 30 ++++++++++++++++++++----------
test/CodeGen/vla.c | 6 ++++--
test/CodeGenCXX/address-space-ref.cpp | 6 ++++--
test/CodeGenCXX/constructors.cpp | 15 ++++++++++-----
test/CodeGenCXX/temporaries.cpp | 6 ++++--
test/Driver/clang_f_opts.c | 9 +++++++--
test/Sema/nonnull.c | 4 ++++
14 files changed, 109 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/delete-null-pointer-checks.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 compiler-rt.
from 9befb0edb Rename __asan_gen_* symbols to ___asan_gen_*.
new 385df7539 Remove scheduling dependency from XRay :: Posix/fork_basic_lo [...]
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/xray/TestCases/Posix/fork_basic_logging.cc | 4 ++--
1 file 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 b91a85f51bb gcc/ChangeLog:
new f3c8028c5d5 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 8a2be2d3449 gcc/testsuite/ChangeLog:
new 393853f0b7f Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 37dbc798291 Daily bump.
new 96ac2b3be0d Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from dde316ba237 Daily bump.
new f85d90082d4 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 3a5f2a48ff Eliminate cleanup in gdbscm_execute_gdb_command
new e387da76fc Automatic date update in version.in
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:
bfd/version.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 gdb-8.2-branch
in repository binutils-gdb.
from e8ddaed2b5 Automatic date update in version.in
new 4db9e62733 Automatic date update in version.in
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:
bfd/version.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 binutils-2_31-branch
in repository binutils-gdb.
from 01683b308a x86: Split vcvtps2{,u}qq and vcvttps2{,u}qq
new 96136f6b6b Automatic date update in version.in
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:
bfd/version.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 clang.
from 580f7daabc DR330: when determining whether a cast casts away constness, [...]
new 3264f7f496 Reapply r336660: [Modules] Autoload subdirectory modulemaps [...]
new fed5a86cd1 Documentation: fix a typo in the AST Matcher Reference docs.
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/clang/ASTMatchers/ASTMatchers.h | 2 +-
include/clang/Lex/HeaderSearch.h | 12 ++++++++++--
lib/Frontend/CompilerInstance.cpp | 15 ++++++++++-----
lib/Lex/HeaderSearch.cpp | 17 ++++++++++-------
lib/Serialization/ASTReader.cpp | 4 +++-
test/Modules/Inputs/autoload-subdirectory/a.h | 9 +++++++++
test/Modules/Inputs/autoload-subdirectory/b.h | 1 +
test/Modules/Inputs/autoload-subdirectory/c.h | 7 +++++++
.../include}/module.modulemap | 0
.../module.modulemap | 0
test/Modules/autoload-subdirectory.cpp | 10 ++++++++++
11 files changed, 61 insertions(+), 16 deletions(-)
create mode 100644 test/Modules/Inputs/autoload-subdirectory/a.h
create mode 100644 test/Modules/Inputs/autoload-subdirectory/b.h
create mode 100644 test/Modules/Inputs/autoload-subdirectory/c.h
copy test/Modules/Inputs/{update-exception-spec => autoload-subdirectory/include}/ [...]
copy test/Modules/Inputs/{update-exception-spec => autoload-subdirectory}/module.m [...]
create mode 100644 test/Modules/autoload-subdirectory.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.