This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c7dc63d [Sema] Reset a BumpPtrAllocator on clear(). NFC.
new faa7188 Mass-rename the handful of error_* diagnostics to err_*.
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/DiagnosticParseKinds.td | 4 +-
include/clang/Basic/DiagnosticSemaKinds.td | 72 ++++++++++++++---------------
lib/Parse/ParseDecl.cpp | 2 +-
lib/Sema/SemaCast.cpp | 2 +-
lib/Sema/SemaDeclObjC.cpp | 6 +--
lib/Sema/SemaExpr.cpp | 10 ++--
lib/Sema/SemaExprMember.cpp | 6 +--
lib/Sema/SemaExprObjC.cpp | 8 ++--
lib/Sema/SemaObjCProperty.cpp | 42 ++++++++---------
lib/Sema/SemaPseudoObject.cpp | 6 +--
lib/Sema/SemaStmt.cpp | 10 ++--
11 files changed, 84 insertions(+), 84 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 7f2b2c8 Fix copy/paste errors in new variant tests
new 4dfe243 Work around a bug in Clang's implementation of noexcept 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:
test/std/utilities/meta/meta.rel/is_nothrow_callable.pass.cpp | 6 +++++-
1 file changed, 5 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 gcc.
from 629662b 2016-12-02 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new b09d641 selftest.c: remove calls to strndup (PR bootstrap/78616)
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 | 10 ++++++++++
gcc/selftest.c | 40 +++++++++++++++++-----------------------
2 files changed, 27 insertions(+), 23 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 libcxxabi.
from b126ca0 Fix up r288457 for compilers that don't support noexcept func [...]
new 6d9aad0 Check for SD-6 feature test macro when determining which test [...]
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/catch_function_03.pass.cpp | 7 +------
test/catch_member_function_pointer_02.pass.cpp | 7 +------
test/libcxxabi/test/config.py | 5 +++++
3 files changed, 7 insertions(+), 12 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 c10618e Support more report types in AddressSanitizerRuntime.cpp, re- [...]
new 9ddf1ac Update test expectations after AddressSanitizer text descript [...]
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:
.../Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py | 2 +-
packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | 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 llvm.
from 609477e Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
new fe88eab [IR] Fix some Clang-tidy modernize-use-equals-delete and Incl [...]
new 8860d3c [lanai] Custom lowering of SHL_PARTS
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/llvm/IR/Constant.h | 14 +--
include/llvm/IR/Constants.h | 154 ++++++++++++++++++++++-----------
include/llvm/IR/Function.h | 29 +++++--
include/llvm/IR/Metadata.h | 106 +++++++++++++++--------
include/llvm/IR/User.h | 24 +++--
include/llvm/IR/Value.h | 27 +++---
lib/Target/Lanai/LanaiISelLowering.cpp | 53 +++++++++++-
lib/Target/Lanai/LanaiISelLowering.h | 1 +
test/CodeGen/Lanai/lshift64.ll | 24 +++++
9 files changed, 315 insertions(+), 117 deletions(-)
create mode 100644 test/CodeGen/Lanai/lshift64.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 binutils-gdb.
from 107c2d6 Remove unneeded pattern matching in gdb.base/maint.exp
new bef721e Introduce enum_flag type for ui_out flags
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/ChangeLog | 14 ++++++++++++++
gdb/cli-out.c | 2 +-
gdb/mi/mi-out.c | 2 +-
gdb/tui/tui-out.c | 2 +-
gdb/ui-out.c | 4 ++--
gdb/ui-out.h | 15 ++++++++-------
6 files changed, 27 insertions(+), 12 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 81c0f94 PR c++/78649 * pt.c (tsubst_init): Don't call build_value_i [...]
new c9e8dd1 2016-12-02 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 629662b 2016-12-02 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/rs6000.md | 2 +-
gcc/fortran/ChangeLog | 4 ++++
gcc/fortran/simplify.c | 1 +
4 files changed, 14 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 libcxxabi.
from f163620 Update implementation of ABI support for throwing noexcept fu [...]
new b126ca0 Fix up r288457 for compilers that don't support noexcept func [...]
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/catch_function_03.pass.cpp | 6 ++++--
test/catch_member_function_pointer_02.pass.cpp | 6 ++++--
2 files changed, 8 insertions(+), 4 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 08d07da Add tests for libc++'s constexpr variant copy/move extension
new 7f2b2c8 Fix copy/paste errors in new variant tests
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:
.../utilities/variant/variant.variant/variant.assign/copy.pass.cpp | 6 +++---
.../utilities/variant/variant.variant/variant.assign/move.pass.cpp | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.