This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8940798 [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in in [...]
new a2c5a55 Handle FriendDecl in DeclContextPrinter
new 550e0fa Handle UsingDecl and UsingShadowDecl in DeclContextPrinter
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:
lib/Frontend/ASTConsumers.cpp | 15 +++++++++++++++
test/Coverage/cxx-language-features.inc | 16 ++++++++++++++++
2 files changed, 31 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 gcc-6-branch
in repository gcc.
from 41e2812 Daily bump.
new 6a65ccb Fill bitregion_{start,end} in store_constructor (PR tree-opti [...]
new d9f5c8a Fix tree-optimization/78886.
new 698e368 Do not suggest -fsanitize=all (PR driver/78863).
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 | 31 +++++++++++++++++
gcc/expr.c | 52 +++++++++++-----------------
gcc/gcc.c | 11 ++++++
gcc/testsuite/ChangeLog | 24 +++++++++++++
gcc/testsuite/gcc.dg/spellcheck-options-13.c | 5 +++
gcc/testsuite/gcc.dg/tree-ssa/pr78428.c | 27 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr78886.c | 10 ++++++
gcc/tree-ssa-strlen.c | 3 ++
8 files changed, 131 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-13.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78428.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78886.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 gcc-5-branch
in repository gcc.
from 11d859d Fill bitregion_{start,end} in store_constructor (PR tree-opti [...]
new b47f346 Fix tree-optimization/78886.
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 | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr78886.c | 10 ++++++++++
gcc/tree-ssa-strlen.c | 3 +++
4 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78886.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 clang.
from be92cc3 [OpenMP] Sema and parsing for 'target teams distribute parall [...]
new 8940798 [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in 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:
lib/Sema/SemaCodeComplete.cpp | 17 +++++++++++
test/Index/complete-designated-initializer.m | 43 ++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
create mode 100644 test/Index/complete-designated-initializer.m
--
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 d28b523 Update year to 2017
new e29d9ff [libcxx] Fix testing of the externally-threaded library build [...]
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/__threading_support | 20 +++++++++++++++++---
test/support/external_threads.cpp | 2 +-
2 files changed, 18 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 libcxxabi.
from 81b06b3 Fix new/delete exception specifications to match libc++ after [...]
new cb51028 Update LICENSE.TXT to 2017
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:
LICENSE.TXT | 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 a53a02b Simplify CMake target for the __generated_config header
new d28b523 Update year to 2017
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:
LICENSE.TXT | 2 +-
docs/conf.py | 2 +-
www/cxx1z_status.html | 2 +-
3 files changed, 3 insertions(+), 3 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 c79fa04 clang-format: tweak configuration
new a53a02b Simplify CMake target for the __generated_config header
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/CMakeLists.txt | 5 +----
1 file changed, 1 insertion(+), 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 lldb.
from 336941f XFail TestNoreturnUnwind for arm targets
new c279cc5 Simplify reading of Linux notes to correctly handle endianess.
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:
.../postmortem/elf-core/TestLinuxCore.py | 4 +-
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 157 ++++++++-------------
2 files changed, 58 insertions(+), 103 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 edb21ad DWARF: add DW_AT_encoding attributes for DW_TAG_enumeration_t [...]
new cfe1fd4 Fix typos in libstdc++ docs and update copyright years
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/doc/html/faq.html | 2 +-
libstdc++-v3/doc/html/index.html | 4 ++--
libstdc++-v3/doc/html/manual/abi.html | 6 +++---
libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +-
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/test.html | 4 ++--
libstdc++-v3/doc/html/manual/using_macros.html | 5 +++++
libstdc++-v3/doc/xml/manual/build_hacking.xml | 2 +-
libstdc++-v3/doc/xml/manual/spine.xml | 1 +
libstdc++-v3/doc/xml/manual/test.xml | 4 ++--
11 files changed, 26 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.