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 0615438 Remove 'misc-pointer-and-integral-operation' clang-tidy check [...]
new f2f3c7b [Release notes] Mention removed Clang-tidy misc-pointer-and-i [...]
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/ReleaseNotes.rst | 2 ++
1 file changed, 2 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 lldb.
from 7bdec51 [CMake] Fix standalone build
new 539a8f4 [Test Suite] Allow overriding codesign identity
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:
packages/Python/lldbsuite/test/dotest.py | 2 ++
packages/Python/lldbsuite/test/dotest_args.py | 5 +++++
packages/Python/lldbsuite/test/lldbtest.py | 4 ++--
test/CMakeLists.txt | 4 ++++
4 files changed, 13 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 2c937a1 Switch SmallSetVector to use DenseSet when it overflows its i [...]
new 25a30cd [AMDGPU] Perform uchar to float combine for ISD::SINT_TO_FP
new 902d11d [ADT] Don't rely on string literals not being convertible to [...]
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/ADT/CachedHashString.h | 12 +++++++++---
lib/Target/AMDGPU/SIISelLowering.cpp | 17 +++++++++++++----
2 files changed, 22 insertions(+), 7 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 1f3ce36 Enable IFUNC for linux targets only.
new 42b22ca scripts/MakeRelease.job: Fix computation of $logfile.
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:
scripts/MakeRelease.job | 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 a663b0a Switch SmallSetVector to use DenseSet when it overflows its i [...]
new 4b6ad14 DR583, DR1512: Implement a rewrite to C++'s 'composite pointe [...]
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/DiagnosticSemaKinds.td | 8 +-
include/clang/Sema/Sema.h | 6 +-
lib/Sema/SemaExpr.cpp | 193 ++++++++++++---------
lib/Sema/SemaExprCXX.cpp | 40 +----
lib/Sema/SemaOverload.cpp | 32 ++--
test/CXX/drs/dr15xx.cpp | 132 +++++++++++++-
test/CXX/drs/dr5xx.cpp | 11 +-
test/CXX/expr/expr.const/p2-0x.cpp | 18 +-
test/CXX/over/over.built/p15.cpp | 83 +++++++++
test/CXX/over/over.built/p16.cpp | 75 ++++++++
test/Misc/warning-flags.c | 3 +-
...stribute_parallel_for_simd_aligned_messages.cpp | 3 +-
test/OpenMP/distribute_simd_aligned_messages.cpp | 3 +-
test/OpenMP/for_simd_aligned_messages.cpp | 3 +-
test/OpenMP/parallel_for_simd_aligned_messages.cpp | 3 +-
test/OpenMP/simd_aligned_messages.cpp | 3 +-
.../target_parallel_for_simd_aligned_messages.cpp | 3 +-
test/OpenMP/target_simd_aligned_messages.cpp | 3 +-
test/OpenMP/taskloop_simd_aligned_messages.cpp | 3 +-
test/SemaCXX/compare.cpp | 3 +-
test/SemaCXX/composite-pointer-type.cpp | 4 +-
test/SemaCXX/constant-expression-cxx11.cpp | 16 +-
test/SemaCXX/libstdcxx_libcxx_less_hack.cpp | 67 +++++++
test/SemaCXX/null_in_arithmetic_ops.cpp | 4 +-
test/SemaCXX/nullptr.cpp | 46 ++---
test/SemaCXX/nullptr_in_arithmetic_ops.cpp | 8 +-
test/SemaCXX/warn-memsize-comparison.cpp | 8 +-
test/SemaObjCXX/null_objc_pointer.mm | 5 +-
www/cxx_dr_status.html | 4 +-
29 files changed, 574 insertions(+), 216 deletions(-)
create mode 100644 test/CXX/over/over.built/p15.cpp
create mode 100644 test/CXX/over/over.built/p16.cpp
create mode 100644 test/SemaCXX/libstdcxx_libcxx_less_hack.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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 83fb444 Enable gold for GCC 6 toolchain
new 1f3ce36 Enable IFUNC for linux targets only.
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:
config/gcc.conf | 9 ++++++++-
1 file changed, 8 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 llvm.
from 13656b4 Support: Annotate Error and Expected<> with LLVM_NODISCARD
new 2c937a1 Switch SmallSetVector to use DenseSet when it overflows its i [...]
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/llvm/ADT/SetVector.h | 3 ++-
utils/TableGen/AsmMatcherEmitter.cpp | 32 ++++++++++++++++---------------
utils/TableGen/FixedLenDecoderEmitter.cpp | 11 ++++++-----
3 files changed, 25 insertions(+), 21 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 d18ea66 [Sema] Store a SourceRange for multi-token builtin types
new a663b0a Switch SmallSetVector to use DenseSet when it overflows its i [...]
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/Lex/HeaderSearchOptions.h | 3 ++-
lib/CodeGen/CGObjCMac.cpp | 7 ++++---
lib/Frontend/CompilerInstance.cpp | 3 ++-
lib/Frontend/CompilerInvocation.cpp | 6 ++++--
4 files changed, 12 insertions(+), 7 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 ce95fe5 [clang-tidy] Don't use a SmallSetVector of an enum.
new 0615438 Remove 'misc-pointer-and-integral-operation' clang-tidy check [...]
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/misc/CMakeLists.txt | 1 -
clang-tidy/misc/MiscTidyModule.cpp | 3 -
.../misc/PointerAndIntegralOperationCheck.cpp | 104 ---------------------
clang-tidy/misc/PointerAndIntegralOperationCheck.h | 35 -------
docs/clang-tidy/checks/list.rst | 1 -
.../checks/misc-pointer-and-integral-operation.rst | 24 -----
.../misc-pointer-and-integral-operation-cxx98.cpp | 45 ---------
.../misc-pointer-and-integral-operation.cpp | 30 ------
9 files changed, 247 deletions(-)
delete mode 100644 clang-tidy/misc/PointerAndIntegralOperationCheck.cpp
delete mode 100644 clang-tidy/misc/PointerAndIntegralOperationCheck.h
delete mode 100644 docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst
delete mode 100644 test/clang-tidy/misc-pointer-and-integral-operation-cxx98.cpp
delete mode 100644 test/clang-tidy/misc-pointer-and-integral-operation.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 compiler-rt.
from 6585fd2 adding new symbols to llvm-symbolizer symbol test
new 62ece79 Fix typo (ordered comparison between pointer and 0).
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/msan/backtrace.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.