This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/pmuldoon/c++compile
in repository binutils-gdb.
from 0012d83f02 Merge remote-tracking branch 'origin/master' into c++compile-master
new b41eded511 Some precursor patch cleanups.
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:
gdb/c-exp.y | 6 +++---
gdb/dwarf2read.c | 29 +++++++++++++++++++++--------
gdb/testsuite/gdb.cp/cpexprs.cc | 2 ++
gdb/testsuite/gdb.cp/cpexprs.exp | 16 ++++++++++++++++
4 files changed, 42 insertions(+), 11 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 aa751c356d [ODRHash] Fix typo, NFC
new b64b36bd35 Add cxxStdInitializerListExpr AST matcher
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/LibASTMatchersReference.html | 17 +++++++++++++++--
include/clang/ASTMatchers/ASTMatchers.h | 14 ++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 23 +++++++++++++++++++++++
4 files changed, 53 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 56b8400f55f Eliminate report_diagnostic macro
new 29c64b33b2d Get rid of macros for diagnostic_report_current_module
new 973683cc04c Convert diagnostic_override_option_index from macro to inli [...]
new bb924c86b59 Convert CARET_LINE_MARGIN to const int
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:
gcc/ChangeLog | 21 +++++++++++++++++++++
gcc/diagnostic.c | 23 +++++++++++++++++++++--
gcc/diagnostic.h | 22 ++++++++--------------
3 files changed, 50 insertions(+), 16 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 738a26c4e23 TargetLibraryInfo: Introduce wcslen
new 4468ee17b84 [X86] Use SDValue::getConstantOperandVal helper. NFCI.
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/X86ISelLowering.cpp | 15 ++++++---------
1 file changed, 6 insertions(+), 9 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 566f9404c0 Do not redefine the THREAD_ANNOTATION_ATTRIBUTE__ macro in t [...]
new aa751c356d [ODRHash] Fix typo, NFC
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/AST/ODRHash.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 libcxx.
from 50ca6f720 Fix remaining GCC 7 build warnings
new 4726a9c72 Fix detection for [[fallthrough]] with GCC
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/__config | 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 76083314110 2017-05-05 Janus Weil <janus(a)gcc.gnu.org>
new cc18be580e5 2017-05-05 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/trans-expr.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/intent_out_9.f90 | 27 +++++++++++++++++++++++++++
4 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/intent_out_9.f90
--
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 284b54c9817 RISC-V: Add -mstrict-align option
new 85d113d89d2 diagnostic_report_diagnostic: refactor pragma-handling
new fa1e68019c9 diagnostic.c: add print_option_information
new 56b8400f55f Eliminate report_diagnostic macro
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:
gcc/ChangeLog | 24 +++++++++
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c-common.c | 2 +-
gcc/c/ChangeLog | 7 +++
gcc/c/c-decl.c | 2 +-
gcc/c/c-errors.c | 10 ++--
gcc/cp/ChangeLog | 5 ++
gcc/cp/error.c | 2 +-
gcc/diagnostic.c | 135 +++++++++++++++++++++++++++-------------------
gcc/diagnostic.h | 2 -
gcc/fortran/ChangeLog | 13 +++++
gcc/fortran/cpp.c | 2 +-
gcc/fortran/error.c | 16 +++---
gcc/rtl-error.c | 2 +-
gcc/substring-locations.c | 2 +-
15 files changed, 153 insertions(+), 76 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 799d02d2f Fix new warnings emitted by GCC 7
new 50ca6f720 Fix remaining GCC 7 build warnings
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:
src/experimental/filesystem/operations.cpp | 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 lldb.
from 4876910ef Add missing 'arch' key to valid qHostInfo keys
new 91b66ffca Fix UDP Socket connections
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/UDPSocket.h | 4 +-
source/Host/common/UDPSocket.cpp | 82 +++++++++++++++---------------------
2 files changed, 35 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.