This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d159a31098 [clang-diff] Fix warning about useless comparison
new 1e7d61fd34 [clang-diff] Add HTML side-by-side diff output
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/Tooling/Inputs/clang-diff-basic-src.cpp | 31 +++++
test/Tooling/clang-diff-basic.cpp | 39 +-----
test/Tooling/clang-diff-html.test | 36 ++++++
tools/clang-diff/CMakeLists.txt | 1 +
tools/clang-diff/ClangDiff.cpp | 172 +++++++++++++++++++++++++++
5 files changed, 241 insertions(+), 38 deletions(-)
create mode 100644 test/Tooling/Inputs/clang-diff-basic-src.cpp
create mode 100644 test/Tooling/clang-diff-html.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.
from 710ea0b071 [clang-diff] Make printing of matches optional
new d159a31098 [clang-diff] Fix warning about useless comparison
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:
tools/clang-diff/ClangDiff.cpp | 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 a53321d558a PR target/81894 * doc/extend.texi (x86 Built-in Functions [...]
new 13ff233f011 * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove. (TA [...]
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 | 38 ++++++++++++++++-----------------
gcc/config/i386/i386-builtin.def | 46 ++++++++++++++++++++--------------------
gcc/config/i386/i386.c | 18 ++++++++--------
gcc/config/i386/i386.h | 5 -----
gcc/config/i386/i386.md | 13 ++++++------
gcc/config/i386/sse.md | 14 ++++++------
6 files changed, 65 insertions(+), 69 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 f377b57c538 Add temporary test to verify that win10 builder hangs on error
new 97c7061e09e revert failing 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/Other/win10-fail.txt | 4 ----
1 file changed, 4 deletions(-)
delete mode 100644 test/Other/win10-fail.txt
--
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 df50467fed0 Temporary mark lit :: shtest-format as unsupported on windows
new f377b57c538 Add temporary test to verify that win10 builder hangs on error
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/Other/win10-fail.txt | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 test/Other/win10-fail.txt
--
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 7e86b10209 [CFG] Add LoopExit information to CFG
new 710ea0b071 [clang-diff] Make printing of matches optional
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/Tooling/clang-diff-args.test | 4 ++++
test/Tooling/clang-diff-basic.cpp | 2 +-
tools/clang-diff/ClangDiff.cpp | 6 +++++-
3 files changed, 10 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 clang.
from e017f9615d [StaticAnalyzer] LoopUnrolling: Exclude cases where the coun [...]
new 7e86b10209 [CFG] Add LoopExit 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/AnalysisContext.h | 1 +
include/clang/Analysis/CFG.h | 31 +-
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 10 +
lib/Analysis/AnalysisDeclContext.cpp | 2 +
lib/Analysis/CFG.cpp | 24 ++
lib/StaticAnalyzer/Core/AnalysisManager.cpp | 3 +-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 5 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 +
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 4 +-
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/analyzer-config.cpp | 3 +-
test/Analysis/loopexit-cfg-output.cpp | 476 +++++++++++++++++++++
12 files changed, 558 insertions(+), 5 deletions(-)
create mode 100644 test/Analysis/loopexit-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 clang.
from c4dadfdb22 [clang-diff] Fix test
new e017f9615d [StaticAnalyzer] LoopUnrolling: Exclude cases where the coun [...]
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:
.../Core/PathSensitive/LoopUnrolling.h | 6 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +-
lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 119 ++++++++++++++-------
test/Analysis/loop-unrolling.cpp | 47 +++++++-
4 files changed, 133 insertions(+), 41 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 d9cea6adc4 [clang-diff] Add option to dump the AST, one node per line
new c4dadfdb22 [clang-diff] Fix 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/Tooling/clang-diff-ast.cpp | 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.
from 477f579e67 [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (b [...]
new d9cea6adc4 [clang-diff] Add option to dump the AST, one node per line
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/Tooling/clang-diff-ast.cpp | 50 ++++++++++++++++++++++++++++++++++++++++
test/Tooling/clang-diff-json.cpp | 6 ++---
tools/clang-diff/ClangDiff.cpp | 22 ++++++++++++++++--
3 files changed, 73 insertions(+), 5 deletions(-)
create mode 100644 test/Tooling/clang-diff-ast.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.