This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 907b424daed Fix MSVC unused variable warning. NFCI.
new 9174d3e272d [MergeICmps] Don't crash when memcmp is not available
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/Transforms/Scalar/MergeICmps.cpp | 4 ++
test/Transforms/MergeICmps/X86/pair-int32-int32.ll | 45 ++++++++++++++++++++--
2 files changed, 46 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 clang.
from beee2086cd [Driver] Loosen test for LLVM findNearest
new 6b2fbf833d [Driver] Temporarily remove test for LLVM findNearest
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/Driver/unknown-arg.c | 1 -
1 file changed, 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 llvm.
from 07541493d51 Un-revert "[Option] Fix PR37006 prefix choice in findNearest"
new 907b424daed Fix MSVC unused variable warning. NFCI.
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 3fcac5a53b6 Fix build warning compiling TestPlugin on Windows and disab [...]
new 07541493d51 Un-revert "[Option] Fix PR37006 prefix choice in findNearest"
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/Option/OptTable.cpp | 48 +++++++++++++++++-----------------
unittests/Option/OptionParsingTest.cpp | 4 +++
unittests/Option/Opts.td | 1 +
3 files changed, 29 insertions(+), 24 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 8315ee9477 CodeGen: block capture shouldn't ICE
new beee2086cd [Driver] Loosen test for LLVM findNearest
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/Driver/unknown-arg.c | 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 binutils-gdb.
from 50c65c2d60 Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
new 59f66be3ac Remove useless variable int i in backtrace_command_1
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:
gdb/ChangeLog | 4 ++++
gdb/stack.c | 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 binutils-gdb.
from 2dd50e74b7 Automatic date update in version.in
new 50c65c2d60 Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
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:
gdb/ChangeLog | 4 ++++
gdb/stack.c | 2 +-
2 files changed, 5 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 clang.
from bdd8eec774 Adjust and fix failing CXX tests after r332799
new 8315ee9477 CodeGen: block capture shouldn't ICE
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/CGDecl.cpp | 39 ++++++++++++++++++++++++++-------------
test/CodeGenCXX/block-capture.cpp | 13 +++++++++++++
2 files changed, 39 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGenCXX/block-capture.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 a6a3cf5fce [Clang Tablegen][RFC] Allow Early Textual Substitutions in ` [...]
new bdd8eec774 Adjust and fix failing CXX tests after r332799
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/CXX/class/class.union/p1.cpp | 16 ++++++++--------
test/CXX/drs/dr5xx.cpp | 2 +-
2 files changed, 9 insertions(+), 9 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 5b04748157 Do not enable RTTI with -fexceptions, for PS4
new a6a3cf5fce [Clang Tablegen][RFC] Allow Early Textual Substitutions in ` [...]
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/InternalsManual.rst | 26 +
include/clang/Basic/Diagnostic.td | 9 +
include/clang/Basic/DiagnosticSemaKinds.td | 49 +-
test/SemaCXX/anonymous-struct.cpp | 2 +-
test/SemaCXX/cxx98-compat.cpp | 6 +-
test/TableGen/DiagnosticBase.inc | 133 ++-
.../TableGen/DiagnosticDocs.inc | 9 -
test/TableGen/emit-diag-docs.td | 78 ++
test/TableGen/text-substitution.td | 38 +
test/lit.cfg.py | 3 +-
utils/TableGen/ClangDiagnosticsEmitter.cpp | 1006 +++++++++++++++-----
11 files changed, 1031 insertions(+), 328 deletions(-)
copy include/clang/Basic/DiagnosticDocs.td => test/TableGen/DiagnosticDocs.inc (82%)
create mode 100644 test/TableGen/emit-diag-docs.td
create mode 100644 test/TableGen/text-substitution.td
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.