This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 47f00f8474 [clang-format] Support lightweight Objective-C generics
new abb490ec96 Disable -fmerge-all-constants as default.
new 2844a309ef [ASTImporter] Fix for importing unnamed structs
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/Driver/Options.td | 5 +-
lib/AST/ASTImporter.cpp | 5 +-
lib/AST/ASTStructuralEquivalence.cpp | 4 ++
lib/AST/ExprConstant.cpp | 3 --
lib/Driver/ToolChains/Clang.cpp | 6 +--
lib/Frontend/CompilerInvocation.cpp | 2 +-
test/ASTMerge/struct/Inputs/struct1.c | 62 ++++++++++++++++++++++
test/ASTMerge/struct/Inputs/struct2.c | 62 ++++++++++++++++++++++
test/ASTMerge/struct/test.c | 10 +++-
test/CodeGen/array-init.c | 11 ++--
test/CodeGen/decl.c | 2 +-
test/CodeGenCXX/const-init-cxx11.cpp | 2 +-
test/CodeGenCXX/cxx0x-initializer-references.cpp | 2 +-
.../cxx0x-initializer-stdinitializerlist.cpp | 4 +-
test/CodeGenObjCXX/arc-cxx11-init-list.mm | 2 +-
test/Driver/clang_f_opts.c | 8 +++
16 files changed, 167 insertions(+), 23 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 92c0e782b00 [InstCombine] add vector and vector undef tests for FP folds; NFC
new b3b089c2c5c [PowerPC] fix assertion failure due to missing instruction [...]
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/PowerPC/P9InstrResources.td | 6 +++---
1 file 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 lldb.
from 22c76c794 Added a BSD archive tool.
new 37bcd2244 Fix error in QEnableErrorStrings gdb-remote docs
new a17fc9be0 Remove unused NativeProcessProtocol.h include from Platform.h
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/lldb-gdb-remote.txt | 2 +-
include/lldb/Host/PosixApi.h | 1 +
include/lldb/Target/Platform.h | 4 ----
3 files changed, 2 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 clang.
from 393b3d85af [ObjC] Make C++ triviality type traits available to non-triv [...]
new 218db8fb83 [clang-format] Ensure ObjC selectors with 0 args are annotat [...]
new 47f00f8474 [clang-format] Support lightweight Objective-C generics
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/Format/TokenAnnotator.cpp | 14 ++++++++++++++
lib/Format/UnwrappedLineParser.cpp | 35 ++++++++++++++++++++++++++++++++---
unittests/Format/FormatTestObjC.cpp | 29 +++++++++++++++++++++++++++++
3 files changed, 75 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 9042a61f9ba [Testing/Support]: Better matching of Error failure states
new 530167710b9 Re-land r329273: [Plugins] Add a slim plugin API to work to [...]
new 92c0e782b00 [InstCombine] add vector and vector undef tests for FP folds; NFC
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/llvm/Demangle/Compiler.h | 18 ++++
include/llvm/Passes/PassPlugin.h | 114 ++++++++++++++++++++
lib/Passes/CMakeLists.txt | 1 +
lib/Passes/PassPlugin.cpp | 50 +++++++++
test/Transforms/InstCombine/fcmp.ll | 200 ++++++++++++++++++++++--------------
test/Transforms/InstCombine/fma.ll | 24 +++++
test/Transforms/InstCombine/fmul.ll | 91 +++++++++++++---
tools/opt/NewPMDriver.cpp | 17 +++
unittests/CMakeLists.txt | 1 +
unittests/Passes/CMakeLists.txt | 18 ++++
unittests/Passes/PluginsTest.cpp | 53 ++++++++++
unittests/Passes/TestPlugin.cxx | 39 +++++++
unittests/Passes/TestPlugin.h | 2 +
13 files changed, 539 insertions(+), 89 deletions(-)
create mode 100644 include/llvm/Passes/PassPlugin.h
create mode 100644 lib/Passes/PassPlugin.cpp
create mode 100644 unittests/Passes/CMakeLists.txt
create mode 100644 unittests/Passes/PluginsTest.cpp
create mode 100644 unittests/Passes/TestPlugin.cxx
create mode 100644 unittests/Passes/TestPlugin.h
--
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 binutils-2_28-branch
in repository binutils-gdb.
from 1e4d2a179d 2018-01-12 Eric Christopher <echristo(a)gmail.com>
new d739ba97ea Fix snafu in aarch64 opcodes debugging statement.
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:
opcodes/ChangeLog | 8 +++++++-
opcodes/aarch64-opc.c | 4 ++--
2 files changed, 9 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 gcc.
from 83f031e4b81 Implement P0969
new e13fd70d0a1 PR c++/85228 - ICE with lambda in enumerator.
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 | 6 ++++++
gcc/cp/pt.c | 1 +
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda21.C | 9 +++++++++
3 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda21.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-tools-extra.
from 16bd768a [clang-tidy] Rename -warnings-as-errors tests. NFC.
new 0994d5f7 [clang-tidy] Remove google-runtime-member-string-references
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:
.../ClangTidy/Resources/ClangTidyChecks.yaml | 4 --
clang-tidy/google/CMakeLists.txt | 1 -
clang-tidy/google/GoogleTidyModule.cpp | 3 --
clang-tidy/google/StringReferenceMemberCheck.cpp | 51 --------------------
clang-tidy/google/StringReferenceMemberCheck.h | 54 ----------------------
docs/ReleaseNotes.rst | 2 +
.../google-runtime-member-string-references.rst | 25 ----------
docs/clang-tidy/checks/list.rst | 1 -
.../google-runtime-member-string-references.cpp | 49 --------------------
9 files changed, 2 insertions(+), 188 deletions(-)
delete mode 100644 clang-tidy/google/StringReferenceMemberCheck.cpp
delete mode 100644 clang-tidy/google/StringReferenceMemberCheck.h
delete mode 100644 docs/clang-tidy/checks/google-runtime-member-string-references.rst
delete mode 100644 test/clang-tidy/google-runtime-member-string-references.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 20140d410f [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfo
new 393b3d85af [ObjC] Make C++ triviality type traits available to non-triv [...]
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/Basic/TokenKinds.def | 12 ++++++------
lib/Sema/SemaExprCXX.cpp | 30 +++++++++++++++++++++++++----
test/SemaObjC/non-trivial-struct-traits.m | 32 +++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 10 deletions(-)
create mode 100644 test/SemaObjC/non-trivial-struct-traits.m
--
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 c55c843ed28 PR c++/85200 - ICE with constexpr if in generic lambda.
new 898efa946f1 Implement P0961
new 83f031e4b81 Implement P0969
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 | 12 +++++++
gcc/cp/decl.c | 26 +++++++++++++--
gcc/testsuite/g++.dg/cpp1z/decomp10.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/decomp37.C | 62 +++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp38.C | 48 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp4.C | 4 +--
6 files changed, 148 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp37.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp38.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.