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 7ee33c1 [clang-move] Support moving enum declarations.
new 6b97b9e [clang-tidy] Add check name to YAML export (clang-tools-extra part)
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:
.../Tooling/ApplyReplacements.h | 21 ++++--
.../lib/Tooling/ApplyReplacements.cpp | 78 +++++++++++++++++++++-
.../tool/ClangApplyReplacementsMain.cpp | 19 ++++--
clang-tidy/ClangTidy.cpp | 28 ++++----
clang-tidy/ClangTidy.h | 3 +-
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 52 ++++++---------
clang-tidy/ClangTidyDiagnosticConsumer.h | 42 ++----------
clang-tidy/tool/ClangTidyMain.cpp | 2 +-
.../Inputs/basic/file1.yaml | 36 +++++-----
.../Inputs/basic/file2.yaml | 12 ++--
.../Inputs/conflict/file1.yaml | 28 ++++----
.../Inputs/conflict/file2.yaml | 28 ++++----
.../Inputs/conflict/file3.yaml | 12 ++--
.../Inputs/crlf/file1.yaml | 12 ++--
.../clang-apply-replacements/Inputs/format/no.yaml | 12 ++--
.../Inputs/format/yes.yaml | 36 +++++-----
16 files changed, 243 insertions(+), 178 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-tools-extra.
from f74e4f5 [clang-tidy] Handle constructors in performance-unnecessary-v [...]
new 7ee33c1 [clang-move] Support moving enum declarations.
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:
clang-move/ClangMove.cpp | 54 ++++++++++++++++++++++++---------
test/clang-move/Inputs/enum.h | 9 ++++++
test/clang-move/move-enum-decl.cpp | 44 +++++++++++++++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 1 -
4 files changed, 93 insertions(+), 15 deletions(-)
create mode 100644 test/clang-move/Inputs/enum.h
create mode 100644 test/clang-move/move-enum-decl.cpp
--
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 813ea2b Add deleted std::thread(const thread&&) constructor
new 343eb19 * doc/md.texi (Standard Names): Remove reference to Java frontend.
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 | 4 ++++
gcc/doc/md.texi | 3 +--
2 files changed, 5 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 cfe1fd4 Fix typos in libstdc++ docs and update copyright years
new 813ea2b Add deleted std::thread(const thread&&) constructor
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 | 5 +++++
libstdc++-v3/include/std/thread | 1 +
.../thread/{id/operators.cc => cons/lwg2097.cc} | 19 ++++++-------------
3 files changed, 12 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/30_threads/thread/{id/operators.cc => cons/lwg2097.cc} (73%)
--
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 c279cc5 Simplify reading of Linux notes to correctly handle endianess.
new 3d99e54 Fix-up TestLinuxCore for r290874
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/functionalities/postmortem/elf-core/TestLinuxCore.py | 8 ++++++++
1 file changed, 8 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 libcxx.
from e29d9ff [libcxx] Fix testing of the externally-threaded library build [...]
new e262e7b [libcxx] Add build/test support for the externally threaded l [...]
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:
CMakeLists.txt | 19 +++++++++++++------
include/__threading_support | 37 ++++++++++++++++++++++++++++++++-----
test/CMakeLists.txt | 8 +++++---
test/libcxx/test/config.py | 6 ++----
test/lit.site.cfg.in | 2 +-
5 files changed, 53 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 libcxxabi.
from cb51028 Update LICENSE.TXT to 2017
new 71ba287 [libcxxabi] Introduce an externally threaded libc++abi variant.
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:
CMakeLists.txt | 29 ++++++++++
src/config.h | 1 +
src/cxa_exception.cpp | 1 -
src/cxa_exception_storage.cpp | 18 +++---
src/cxa_guard.cpp | 32 +++++------
src/cxa_thread_atexit.cpp | 18 +++---
src/fallback_malloc.cpp | 15 +++--
src/threading_support.h | 107 -----------------------------------
test/CMakeLists.txt | 5 ++
test/libcxxabi/test/config.py | 3 +
test/lit.site.cfg.in | 1 +
test/test_exception_storage.pass.cpp | 8 +--
test/test_fallback_malloc.pass.cpp | 2 +-
13 files changed, 87 insertions(+), 153 deletions(-)
delete mode 100644 src/threading_support.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 binutils-gdb.
from ddb2c6f Fix PRU GAS for 32-bit hosts
new a44d0bd Check ld_compile return status
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/lib/ld-lib.exp | 24 ++++++++++++++++++++----
2 files changed, 26 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 clang.
from 550e0fa Handle UsingDecl and UsingShadowDecl in DeclContextPrinter
new 4e71c53 Handle EmptyDecl in DeclContextPrinter
new 7fd9da9 Handle ClassTemplateSpecializationDecl in DeclContextPrinter
new 44df50d Handle AccessSpecDecl in DeclContextPrinter
new d26625b Handle VarTemplateDecl in DeclContextPrinter
new 48194d1 Handle StaticAssertDecl in DeclContextPrinter
The 5 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 | 39 ++++++++++++++++++++++++++++++++-
test/Coverage/ast-printing.cpp | 12 +++++-----
test/Coverage/cxx-language-features.inc | 24 ++++++++++++++++++++
3 files changed, 68 insertions(+), 7 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-tools-extra.
from 3424f85 [clang-move] Only move used helper declarations.
new f74e4f5 [clang-tidy] Handle constructors in performance-unnecessary-v [...]
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:
.../performance/UnnecessaryValueParamCheck.cpp | 45 +++++++----------
clang-tidy/utils/DeclRefExprUtils.cpp | 57 +++++++++++++++++++---
clang-tidy/utils/DeclRefExprUtils.h | 27 +++++++---
...performance-unnecessary-value-param-delayed.cpp | 14 +++++-
.../performance-unnecessary-value-param.cpp | 26 +++++++++-
5 files changed, 123 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.