This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 34d5a9f Use SelectionDAG::getTargetConstant* helper functions. NFC.
new 29c529c Fix crash in PDB when loading corrupt 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:
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 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 039e6a5 Used llvm_unreached to quite a VC++ compiler warning.
new 509d2d9 [fix] Fixed a bug where const this would cause parser errors [...]
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/Expression/ExpressionSourceCode.h | 1 -
.../typedef_array => lang/cpp/const_this}/Makefile | 4 ++++
.../const_this/TestConstThis.py} | 0
.../test/lang/cpp/{bool => const_this}/main.cpp | 14 ++++++++++----
source/Expression/ExpressionSourceCode.cpp | 5 ++---
source/Expression/LLVMUserExpression.cpp | 1 -
.../ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 18 ++++++++++++++----
.../ExpressionParser/Clang/ClangUserExpression.cpp | 2 +-
8 files changed, 31 insertions(+), 14 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/data-formatter/typedef_array [...]
copy packages/Python/lldbsuite/test/lang/{c/struct_types/TestStructTypes.py => cpp [...]
copy packages/Python/lldbsuite/test/lang/cpp/{bool => const_this}/main.cpp (63%)
--
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 1ec71b3 [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
new 45074ec [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
new 9d575dd Fix crash in BuildCXXDefaultInitExpr.
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/clang/Sema/Sema.h | 3 ++-
lib/Parse/ParseDecl.cpp | 2 +-
lib/Parse/ParseDeclCXX.cpp | 2 +-
lib/Parse/ParseTemplate.cpp | 19 +++++++++----------
lib/Sema/SemaDeclCXX.cpp | 15 +++++++++++++--
lib/Sema/SemaTemplate.cpp | 9 ++++++---
.../pr27047-default-init-expr-name-conflict.cpp | 8 ++++++++
7 files changed, 40 insertions(+), 18 deletions(-)
create mode 100644 test/SemaCXX/pr27047-default-init-expr-name-conflict.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 lld.
from 2067c89 Be sure to always increment the Versym pointer.
new 50eb0bb Fix typo in 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/ELF/version-undef-sym.s | 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 clang-tools-extra.
from 80f25a0 small reformat to test access
new 889329f Add boost-use-to-string
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-tidy/CMakeLists.txt | 1 +
clang-tidy/boost/BoostTidyModule.cpp | 38 +++++++
clang-tidy/boost/CMakeLists.txt | 14 +++
clang-tidy/boost/UseToStringCheck.cpp | 73 ++++++++++++
clang-tidy/boost/UseToStringCheck.h | 37 ++++++
clang-tidy/plugin/CMakeLists.txt | 1 +
clang-tidy/tool/CMakeLists.txt | 1 +
clang-tidy/tool/ClangTidyMain.cpp | 5 +
docs/ReleaseNotes.rst | 7 ++
docs/clang-tidy/checks/boost-use-to-string.rst | 22 ++++
docs/clang-tidy/checks/list.rst | 4 +-
docs/clang-tidy/index.rst | 2 +
test/clang-tidy/boost-use-to-string.cpp | 149 +++++++++++++++++++++++++
13 files changed, 353 insertions(+), 1 deletion(-)
create mode 100644 clang-tidy/boost/BoostTidyModule.cpp
create mode 100644 clang-tidy/boost/CMakeLists.txt
create mode 100644 clang-tidy/boost/UseToStringCheck.cpp
create mode 100644 clang-tidy/boost/UseToStringCheck.h
create mode 100644 docs/clang-tidy/checks/boost-use-to-string.rst
create mode 100644 test/clang-tidy/boost-use-to-string.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 clang-tools-extra.
from 54a3251 [find-all-symbols] Parallelize the merge step.
new 80f25a0 small reformat to test access
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-tidy/modernize/PassByValueCheck.cpp | 54 +++++++++++++++----------------
1 file changed, 27 insertions(+), 27 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 a5cff8c Add a Subjects line to NoDebugAttr [NFC].
new d16ddbb Improve test coverage of -Wdouble-promotion
new 1ec71b3 [Clang][Darwin] Define __ARM_DWARF_EH__ for WatchABI
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/Basic/Targets.cpp | 4 ++++
test/Preprocessor/arm-target-features.c | 1 +
test/Sema/warn-double-promotion.c | 42 ++++++++++++++++++++++++++++++++-
3 files changed, 46 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 lld.
from 55a2354 Fix the alignment of the version info.
new 2067c89 Be sure to always increment the Versym pointer.
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:
ELF/InputFiles.cpp | 9 ++++++---
test/ELF/Inputs/version-undef-sym.so | Bin 0 -> 2312 bytes
test/ELF/version-undef-sym.s | 21 +++++++++++++++++++++
3 files changed, 27 insertions(+), 3 deletions(-)
create mode 100755 test/ELF/Inputs/version-undef-sym.so
create mode 100644 test/ELF/version-undef-sym.s
--
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 b0da058 escape: Remove previously existing analysis.
new 4d0a8ba gcc/c-family/ PR middle-end/70626 * c-common.h (c_oacc_spl [...]
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/c-family/ChangeLog | 7 ++++++
gcc/c-family/c-common.h | 2 +-
gcc/c-family/c-omp.c | 21 ++++++++++++++--
gcc/c/ChangeLog | 8 ++++++
gcc/c/c-parser.c | 6 ++---
gcc/cp/ChangeLog | 8 ++++++
gcc/cp/parser.c | 6 ++---
gcc/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-openmp.c | 3 ++-
gcc/testsuite/ChangeLog | 6 +++++
.../c-c++-common/goacc/combined-reduction.c | 29 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 | 2 +-
libgomp/ChangeLog | 7 ++++++
.../libgomp.oacc-c++/template-reduction.C | 8 +++---
.../libgomp.oacc-c-c++-common/combined-reduction.c | 23 +++++++++++++++++
.../libgomp.oacc-fortran/combined-reduction.f90 | 19 ++++++++++++++
16 files changed, 146 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/combined-reduction.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/combined-reduction.c
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/combined-reduction.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 gcc-6-branch
in repository gcc.
from 5ae6e48 2016-04-29 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 0af8d1f gcc/c-family/ PR middle-end/70626 * c-common.h (c_oacc_spl [...]
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/c-family/ChangeLog | 7 ++++++
gcc/c-family/c-common.h | 2 +-
gcc/c-family/c-omp.c | 21 ++++++++++++++--
gcc/c/ChangeLog | 8 ++++++
gcc/c/c-parser.c | 6 ++---
gcc/cp/ChangeLog | 8 ++++++
gcc/cp/parser.c | 6 ++---
gcc/fortran/ChangeLog | 6 +++++
gcc/fortran/trans-openmp.c | 3 ++-
gcc/testsuite/ChangeLog | 6 +++++
.../c-c++-common/goacc/combined-reduction.c | 29 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/reduction-2.f95 | 2 +-
libgomp/ChangeLog | 7 ++++++
.../libgomp.oacc-c++/template-reduction.C | 8 +++---
.../libgomp.oacc-c-c++-common/combined-reduction.c | 23 +++++++++++++++++
.../libgomp.oacc-fortran/combined-reduction.f90 | 19 ++++++++++++++
16 files changed, 146 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/combined-reduction.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/combined-reduction.c
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/combined-reduction.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.