This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 359fc2a1d2 [analyzer] Add scope information to CFG
new 1f39eb06f5 [analyzer] Trying to fix buildbots after r327258
new 1ba6078cca Update the supported C language standards in the user manual.
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:
docs/UsersManual.rst | 9 +++++----
test/Analysis/scopes-cfg-output.cpp | 4 ++--
2 files changed, 7 insertions(+), 6 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 dbc55555f6c 2018-03-12 Richard Biener <rguenther(a)suse.de>
new 33d103edb93 PR c++/84802 - ICE capturing uninstantiated class.
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/cp/ChangeLog | 5 +++++
gcc/cp/lambda.c | 2 ++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice9.C | 11 +++++++++++
3 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice9.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 lld.
from 27d66be92 [ELF] - Change consume()->expect() in INSERT AFTER parsing.
new 6c9fbd5a4 Make lld-link shout at me less.
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:
COFF/Driver.cpp | 8 ++++----
COFF/DriverUtils.cpp | 2 +-
test/COFF/error-limit.test | 14 +++++++-------
test/COFF/incremental.test | 6 +++---
4 files changed, 15 insertions(+), 15 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 3d53cc7b752 [X86][SSE] createVariablePermute - PSHUFB requires SSSE3 no [...]
new a722fa24b2f MC intel asm parser: Allow @ at the start of function names.
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/Target/X86/AsmParser/X86AsmParser.cpp | 6 +++++-
test/MC/COFF/tricky-names.ll | 5 ++++-
2 files changed, 9 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 68642e9a892 Fix compilation on Darwin with expensive checks.
new 3d53cc7b752 [X86][SSE] createVariablePermute - PSHUFB requires SSSE3 no [...]
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/Target/X86/X86ISelLowering.cpp | 6 +-
test/CodeGen/X86/var-permute-128.ll | 469 ++++++++++++++++++++++++++++++++++--
2 files changed, 458 insertions(+), 17 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 lld.
from beb8914b4 [lld-link] For suppressible warnings, print the warning number.
new 27d66be92 [ELF] - Change consume()->expect() in INSERT AFTER parsing.
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/ScriptParser.cpp | 2 +-
test/ELF/linkerscript/insert-broken.test | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/insert-broken.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 gcc.
from 54f56eceb3f PR c++/84813 * g++.dg/debug/pr84813.C: New test.
new dbc55555f6c 2018-03-12 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr84803.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-if-conv.c | 5 +++++
4 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr84803.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 ab55018afc clang-format: Properly handle implicit string concatenation [...]
new 359fc2a1d2 [analyzer] Add scope information to CFG
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/Analysis/AnalysisDeclContext.h | 4 +-
include/clang/Analysis/CFG.h | 83 ++
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 9 +
lib/Analysis/AnalysisDeclContext.cpp | 7 +-
lib/Analysis/CFG.cpp | 155 ++-
lib/StaticAnalyzer/Core/AnalysisManager.cpp | 1 +
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 3 +
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/analyzer-config.cpp | 3 +-
test/Analysis/scopes-cfg-output.cpp | 1171 ++++++++++++++++++++
12 files changed, 1437 insertions(+), 10 deletions(-)
create mode 100644 test/Analysis/scopes-cfg-output.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 71a69b5b6 For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expected [...]
new beb8914b4 [lld-link] For suppressible warnings, print the warning number.
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:
COFF/Driver.cpp | 2 +-
COFF/SymbolTable.cpp | 4 ++--
2 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 llvm.
from d7e41ba27b9 [ThinLTO] Recommit of import global variables
new 68642e9a892 Fix compilation on Darwin with expensive checks.
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/Support/Regex.cpp | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.