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 6839c722 [clang] Use compile-command interpolation to provide commands [...]
new 63b96301 [clangd] Bump v0.0.6 for vscode-clangd.
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:
clangd/clients/clangd-vscode/package.json | 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 gcc.
from 8e92c718188 [ARC] Fix stack usage info for naked functions.
new c6e2675e95d * g++.dg/opt/pr85196.C: Fix for -std=c++17.
new 14dd004ec10 PR c++/85256 - ICE capturing pointer to VLA.
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/cp/ChangeLog | 6 ++++++
gcc/cp/lambda.c | 4 ++--
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla3.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp1y/vla7.C | 4 ++--
gcc/testsuite/g++.dg/cpp1y/vla9.C | 2 +-
gcc/testsuite/g++.dg/opt/pr85196.C | 2 +-
7 files changed, 23 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla3.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 llvm.
from dbec9f78b1a [MachineLICM] Re-enable hoisting of constant stores
new 06fa683388a [llvm-cov] Implement -ignore-filename-regex= option for exc [...]
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/CommandGuide/llvm-cov.rst | 12 +++++
test/tools/llvm-cov/ignore-filename-regex.test | 71 ++++++++++++++++++++++++++
tools/llvm-cov/CodeCoverage.cpp | 27 ++++++++--
tools/llvm-cov/CoverageExporter.h | 3 +-
tools/llvm-cov/CoverageExporterJson.cpp | 13 +++--
tools/llvm-cov/CoverageExporterJson.h | 2 +-
tools/llvm-cov/CoverageFilters.cpp | 12 +++++
tools/llvm-cov/CoverageFilters.h | 9 ++++
tools/llvm-cov/CoverageReport.cpp | 10 ++--
tools/llvm-cov/CoverageReport.h | 3 +-
10 files changed, 146 insertions(+), 16 deletions(-)
create mode 100644 test/tools/llvm-cov/ignore-filename-regex.test
--
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 923585d8 [clang-tidy] Return non-zero exit code for clang errors.
new 6839c722 [clang] Use compile-command interpolation to provide commands [...]
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:
clangd/GlobalCompilationDatabase.cpp | 2 ++
1 file changed, 2 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 clang.
from 669d5dd00e [Index] Return SourceLocation to consumers, not FileID/Offset pair.
new 557876ca5f [Tooling] A CompilationDatabase wrapper that infers header c [...]
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/Tooling/CompilationDatabase.h | 7 +
lib/Tooling/CMakeLists.txt | 1 +
lib/Tooling/InterpolatingCompilationDatabase.cpp | 458 +++++++++++++++++++++++
unittests/Tooling/CompilationDatabaseTest.cpp | 110 ++++++
4 files changed, 576 insertions(+)
create mode 100644 lib/Tooling/InterpolatingCompilationDatabase.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 fa2f63e6 [clangd-vscode] Update VScode dependencies
new 264eacf3 [clangd] Allow using customized include path in URI.
new 923585d8 [clang-tidy] Return non-zero exit code for clang errors.
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:
clang-tidy/tool/ClangTidyMain.cpp | 20 ++++++++++++---
clangd/ClangdServer.cpp | 7 +++++
clangd/URI.cpp | 7 +++++
clangd/URI.h | 17 ++++++++++++
.../bugprone-suspicious-semicolon-fail.cpp | 6 +++--
test/clang-tidy/check_clang_tidy.py | 4 +++
test/clang-tidy/diagnostic.cpp | 30 ++++++++++++++--------
test/clang-tidy/fix-errors.cpp | 2 +-
test/clang-tidy/misc-misplaced-const-cxx17.cpp | 2 +-
test/clang-tidy/misc-unused-using-decls-errors.cpp | 2 +-
.../modernize-loop-convert-assert-failure.cpp | 2 +-
...ity-braces-around-statements-assert-failure.cpp | 2 +-
test/clang-tidy/serialize-diagnostics.cpp | 2 +-
unittests/clangd/ClangdTests.cpp | 26 +++++++++++++++++++
.../Headers/a.h => unittests/clangd/TestScheme.h | 0
15 files changed, 107 insertions(+), 22 deletions(-)
copy test/clang-tidy/Inputs/Headers/a.h => unittests/clangd/TestScheme.h (100%)
--
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 03d52952b8e 2018-04-09 Richard Biener <rguenther(a)suse.de>
new a4a569a9356 [ARC] Add/update combiner patterns.
new 8e92c718188 [ARC] Fix stack usage info for naked functions.
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 | 33 ++++++
gcc/config/arc/arc.c | 6 +-
gcc/config/arc/arc.md | 274 ++++++++++++++++++++++++++++++++++++-------
gcc/config/arc/predicates.md | 6 +-
4 files changed, 271 insertions(+), 48 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 62bde38843a [CodeGen/AccelTable] Don't emit zero-CU name indexes
new dbec9f78b1a [MachineLICM] Re-enable hoisting of constant stores
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/CodeGen/MachineLICM.cpp | 11 ++-
test/CodeGen/SystemZ/hoist-const-stores.ll | 145 +++++++++++++++++++++++++++++
2 files changed, 154 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/SystemZ/hoist-const-stores.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 0bee6dd4aa Apply "Convert observers to C++" edit to gdbarch.sh
new c4a614e239 Regenerate some files
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:
gold/ChangeLog | 4 ++++
gold/configure | 24 ++++++++++++------------
ld/ChangeLog | 4 ++++
ld/po/BLD-POTFILES.in | 2 --
4 files changed, 20 insertions(+), 14 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 eec140da52d [RuntimeDyld][PowerPC] Fix a newly added test in r329355
new 62bde38843a [CodeGen/AccelTable] Don't emit zero-CU name indexes
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/CodeGen/AsmPrinter/AccelTable.cpp | 2 ++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 ++++
test/DebugInfo/Generic/debug-names-empty-cu.ll | 19 +++++++++++++++++++
3 files changed, 25 insertions(+)
create mode 100644 test/DebugInfo/Generic/debug-names-empty-cu.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.