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 7007ecbd [clang-tidy] Add new hicpp-multiway-paths-covered check for m [...]
new a766f4a9 extra test modifications for D34158
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/pp-trace/pp-trace-pragma-general.cpp | 2 +-
test/pp-trace/pp-trace-pragma-opencl.cpp | 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 clang.
from e45231fd48 Revert r318456 "Issue -Wempty-body warnings for else blocks"
new e868ee4754 For Linux/gnu compatibility, preinclude <stdc-predef.h> if 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:
include/clang/Driver/CC1Options.td | 2 ++
include/clang/Lex/PreprocessorOptions.h | 4 +++
lib/Driver/Job.cpp | 2 +-
lib/Driver/ToolChains/Linux.cpp | 13 ++++++++
lib/Driver/ToolChains/Linux.h | 2 ++
lib/Frontend/CompilerInvocation.cpp | 4 +++
lib/Frontend/InitPreprocessor.cpp | 16 ++++++++++
test/Driver/crash-report-header.h | 2 +-
test/Driver/crash-report-spaces.c | 2 +-
test/Driver/crash-report.c | 3 +-
test/Driver/rewrite-map-in-diagnostics.c | 2 +-
test/Index/IBOutletCollection.m | 4 +--
test/Index/annotate-macro-args.m | 10 +++---
test/Index/annotate-tokens-pp.c | 4 +--
test/Index/annotate-tokens.c | 12 ++++----
test/Index/c-index-getCursor-test.m | 4 +--
test/Index/get-cursor-macro-args.m | 6 ++--
test/Index/get-cursor.cpp | 52 ++++++++++++++++----------------
test/Preprocessor/ignore-pragmas.c | 10 +++---
unittests/Tooling/TestVisitor.h | 1 +
20 files changed, 99 insertions(+), 56 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 8c81e8544f1 [MachineCSE] Add new callback for is caller preserved or co [...]
new 1f33a2e6f06 [asan] Use dynamic shadow on 32-bit Android, try 2.
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:
.../Instrumentation/AddressSanitizer.cpp | 74 ++++++++++++++++++----
.../Instrumentation/AddressSanitizer/with-ifunc.ll | 47 ++++++++++++++
2 files changed, 110 insertions(+), 11 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/with-ifunc.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 8a8b67ce4b Revert r318556 "Loosen -Wempty-body warning"
new e45231fd48 Revert r318456 "Issue -Wempty-body warnings for else blocks"
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/DiagnosticSemaKinds.td | 2 --
lib/Sema/SemaStmt.cpp | 4 +---
test/SemaCXX/warn-empty-body.cpp | 20 --------------------
3 files changed, 1 insertion(+), 25 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 7a9c646ba [sanitizer] New attempt at using runtime checks for Android logging
new 44a36ad2c [asan] Use dynamic shadow on 32-bit Android, try 2.
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/asan/CMakeLists.txt | 1 +
lib/asan/asan_init_version.h | 7 ++
lib/asan/asan_linux.cc | 47 ++++++++++++-
lib/asan/asan_mapping.h | 8 ++-
lib/asan/asan_premap_shadow.cc | 79 ++++++++++++++++++++++
.../{asan_activation.h => asan_premap_shadow.h} | 23 ++++---
lib/asan/asan_shadow_setup.cc | 8 ++-
lib/sanitizer_common/sanitizer_common.h | 1 +
lib/sanitizer_common/sanitizer_fuchsia.cc | 4 ++
lib/sanitizer_common/sanitizer_linux.cc | 18 +++--
lib/sanitizer_common/sanitizer_mac.cc | 4 ++
lib/sanitizer_common/sanitizer_win.cc | 4 ++
12 files changed, 185 insertions(+), 19 deletions(-)
create mode 100644 lib/asan/asan_premap_shadow.cc
copy lib/asan/{asan_activation.h => asan_premap_shadow.h} (51%)
--
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 bec4bc60bb9 * gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children) [...]
new 8bd7380106a * Makefile.in (OBJS): Add gimple-ssa-evrp-analyze.o. * gi [...]
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/ChangeLog | 6 +
gcc/Makefile.in | 1 +
gcc/gimple-ssa-evrp-analyze.c | 343 ++++++++++++++++++++++++++++++++++++++++
gcc/gimple-ssa-evrp-analyze.h | 71 +++++++++
gcc/gimple-ssa-evrp.c | 353 +-----------------------------------------
5 files changed, 422 insertions(+), 352 deletions(-)
create mode 100644 gcc/gimple-ssa-evrp-analyze.c
create mode 100644 gcc/gimple-ssa-evrp-analyze.h
--
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 b2d8a3f33d [CodeGen] Move Reciprocals option from TargetOptions to Code [...]
new 8a8b67ce4b Revert r318556 "Loosen -Wempty-body warning"
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/Sema/Sema.h | 4 ----
lib/Parse/ParseStmt.cpp | 1 -
lib/Sema/SemaChecking.cpp | 2 +-
lib/Sema/SemaStmt.cpp | 3 ++-
test/SemaCXX/warn-empty-body.cpp | 11 -----------
5 files changed, 3 insertions(+), 18 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 cbc3b89fda8 [PR c++/82878] pass-by-invisiref in lambda
new bec4bc60bb9 * gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children) [...]
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/ChangeLog | 6 ++++++
gcc/gimple-ssa-evrp.c | 3 +--
2 files changed, 7 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 lldb.
from ea53d891c Remove 2 unused methods DWARFDebugInfo::Find and their FindCa [...]
new fd99c6782 [Expression parser] Remove logging of field that is no longer [...]
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/ExpressionParser/Clang/ClangExpressionParser.cpp | 1 -
1 file changed, 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 869cb2e807 [ARM] For assembler files recognize -Xassembler or -Wa, -mthumb
new b2d8a3f33d [CodeGen] Move Reciprocals option from TargetOptions to 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:
include/clang/Basic/TargetOptions.h | 2 --
include/clang/Frontend/CodeGenOptions.h | 2 ++
lib/CodeGen/CGCall.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.