This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b28b8f2 [ReleaseNotes] Mention the completion of the upstreaming of t [...]
new 9754b3b [lli] Factor out error handling. NFCI.
new 5ef1278 [lli] Prefer `exit(1)` to `return 1` for consistency.
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:
tools/lli/lli.cpp | 35 ++++++++++++++++-------------------
1 file changed, 16 insertions(+), 19 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 c2c85fc PR c++/78193 - inherited ctor regressions on sparc32.
new 634c84c 2016-11-17 Toma Tabacu <toma.tabacu(a)imgtec.com>
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/mips/branch-cost-1.c | 2 +-
2 files changed, 6 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 clang.
from 9ae75a1 [CrashReproducer][Darwin] Suggest attaching .crash diagnostic file
new 9483fa6 [Preprocessor] Support for '-dI' flag
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/Options.td | 2 ++
include/clang/Frontend/PreprocessorOutputOptions.h | 2 ++
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/Frontend/PrintPreprocessedOutput.cpp | 34 +++++++++++++++++-----
test/Preprocessor/dump_import.h | 1 +
test/Preprocessor/dump_import.m | 6 ++++
test/Preprocessor/dump_include.c | 11 +++++++
test/Preprocessor/dump_include.h | 2 ++
8 files changed, 51 insertions(+), 8 deletions(-)
create mode 100644 test/Preprocessor/dump_import.h
create mode 100644 test/Preprocessor/dump_import.m
create mode 100644 test/Preprocessor/dump_include.c
create mode 100644 test/Preprocessor/dump_include.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 gcc-6-branch
in repository gcc.
from 50408d8 Daily bump.
new ffdb7c9 PR c++/68377 - parenthesized expr in fold-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:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 4 +++-
gcc/testsuite/g++.dg/cpp1z/fold8.C | 15 +++++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold8.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 2545ab0 [CMake] Error when LTO and lld are enabled on Darwin
new b28b8f2 [ReleaseNotes] Mention the completion of the upstreaming of 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:
docs/ReleaseNotes.rst | 7 +++++++
1 file changed, 7 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 lldb.
from adda7ad Make GetRegisterByName() take a StringRef.
new 1e2965d Fix step-over when SymbolContext.function is missing and symb [...]
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/Target/ThreadPlanStepOverRange.cpp | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 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 b3bb531 Convert Platform, Process, and Connection functions to StringRef.
new adda7ad Make GetRegisterByName() take a StringRef.
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/lldb/Host/common/NativeRegisterContext.h | 2 +-
include/lldb/Target/RegisterContext.h | 2 +-
source/Host/common/NativeRegisterContext.cpp | 24 +++++++++++------------
source/Target/RegisterContext.cpp | 25 ++++++++++++------------
4 files changed, 25 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 compiler-rt.
from 1ab93d4 [asan] Create a .ASAN$G(A-Z) section for global registration
new 2073391 [sanitizers] specifying style for global constant
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/.clang-tidy | 4 ++++
1 file changed, 4 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 6764ec0 Fixes for r287241. Use placement new. Apply clang-format.
new 9ae75a1 [CrashReproducer][Darwin] Suggest attaching .crash diagnostic file
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/Driver.h | 14 +++++
lib/Driver/Driver.cpp | 115 +++++++++++++++++++++++++++++++++++
test/Driver/crash-report-crashfile.m | 17 ++++++
3 files changed, 146 insertions(+)
create mode 100644 test/Driver/crash-report-crashfile.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.