This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e1b2dfa Fix assertion in SymbolFilePDB
new 5d8d706 Enable NamespaceLookupTestCase.test_scope_lookup_before_using [...]
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:
.../Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | 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 llvm.
from 43d2886 [mips][micromips] Make getPointerRegClass() result depend on [...]
new ec0b9c8 [VectorUtils] Query number of sign bits to allow more truncations
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/Analysis/VectorUtils.cpp | 18 ++++++++---
.../AArch64/loop-vectorization-factors.ll | 36 ++++++++++++++++++++++
2 files changed, 50 insertions(+), 4 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-tools-extra.
from 20c1ffc [clang-tidy] new google-default-arguments check
new 8722646 [include-fixer] Autodetect yaml databases in parent directories.
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-fixer/YamlXrefsDB.cpp | 34 +++++++++++++++++++++++---------
include-fixer/YamlXrefsDB.h | 11 ++++++++++-
include-fixer/tool/ClangIncludeFixer.cpp | 22 +++++++++++++++++++--
test/include-fixer/yamldb_autodetect.cpp | 12 +++++++++++
4 files changed, 67 insertions(+), 12 deletions(-)
create mode 100644 test/include-fixer/yamldb_autodetect.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 gcc.
from 7cc16f5 [RS6000] Fragile testcase breaks with -frename-registers
new 96bab53 2016-05-09 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from 0c06716 Fix bug where temporary file would be left behind every time [...]
new 43d2886 [mips][micromips] Make getPointerRegClass() result depend on [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 5 +++++
lib/Target/Mips/MicroMipsInstrInfo.td | 26 ++++++++++++++++++++------
lib/Target/Mips/MipsRegisterInfo.cpp | 20 +++++++++++++-------
lib/Target/Mips/MipsRegisterInfo.h | 12 ++++++++++++
lib/Target/Mips/MipsRegisterInfo.td | 7 +++++++
test/CodeGen/Mips/micromips-addiu.ll | 2 +-
6 files changed, 58 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 clang-tools-extra.
from 47fbc04 Trying to fix docs.
new fbf7629 Support variables and functions types in misc-unused-using-decls.
new 20c1ffc [clang-tidy] new google-default-arguments check
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/google/CMakeLists.txt | 1 +
clang-tidy/google/DefaultArgumentsCheck.cpp | 36 +++++++++++++++
...tConstructorCheck.h => DefaultArgumentsCheck.h} | 16 +++----
clang-tidy/google/GoogleTidyModule.cpp | 3 ++
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 32 +++++++++++---
clang-tidy/misc/UnusedUsingDeclsCheck.h | 2 +
docs/ReleaseNotes.rst | 5 +++
.../clang-tidy/checks/google-default-arguments.rst | 8 ++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/google-default-arguments.cpp | 29 ++++++++++++
test/clang-tidy/misc-unused-using-decls.cpp | 51 ++++++++++++++++++++++
11 files changed, 171 insertions(+), 13 deletions(-)
create mode 100644 clang-tidy/google/DefaultArgumentsCheck.cpp
copy clang-tidy/google/{ExplicitConstructorCheck.h => DefaultArgumentsCheck.h} (52%)
create mode 100644 docs/clang-tidy/checks/google-default-arguments.rst
create mode 100644 test/clang-tidy/google-default-arguments.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 llvm.
from b2292f8 [mips] Fix use after free and an unnecessary copy introduced [...]
new 0f420ad [X86][SSE] Added TODO comment to add support for AVX512 mask [...]
new 0c06716 Fix bug where temporary file would be left behind every time [...]
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/Object/ArchiveWriter.h | 2 +-
lib/Object/ArchiveWriter.cpp | 16 +++++++++++++++-
lib/Target/X86/InstPrinter/X86InstComments.cpp | 1 +
lib/Target/X86/X86MCInstLower.cpp | 1 +
tools/llvm-ar/llvm-ar.cpp | 20 +++++++++++++-------
5 files changed, 31 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 llvm.
from a16fdea [PowerPC] fix register alignment for long double type
new b2292f8 [mips] Fix use after free and an unnecessary copy introduced [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 7 ++++---
1 file changed, 4 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 2fcb443 RHEL: Look in more places to find g++ headers and runtime.
new 448976e Proper detection and handling of RHEL and variants.
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/Driver/ToolChains.cpp | 15 +++++++--------
1 file changed, 7 insertions(+), 8 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 1c3adae [clang][AVX512] completing missing intrinsics [vmin/vmax].
new 2fcb443 RHEL: Look in more places to find g++ headers and runtime.
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/Driver/ToolChains.cpp | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.