This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 733ced6 Daily bump.
new 481ce48 PR c/77490 * c.opt (Wbool-operation): New.
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 | 5 ++++
gcc/c-family/ChangeLog | 5 ++++
gcc/c-family/c.opt | 4 +++
gcc/c/ChangeLog | 6 +++++
gcc/c/c-typeck.c | 26 +++++++++++++++++++
gcc/cp/ChangeLog | 6 +++++
gcc/cp/typeck.c | 10 ++++++-
gcc/doc/invoke.texi | 16 ++++++++++--
gcc/testsuite/ChangeLog | 8 +++++-
gcc/testsuite/c-c++-common/Wbool-operation-1.c | 36 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/Wbool-operation-1.c | 16 ++++++++++++
11 files changed, 134 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wbool-operation-1.c
create mode 100644 gcc/testsuite/gcc.dg/Wbool-operation-1.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 libcxx.
from 45d7731 Fix failure on 03 bot
new 7dc2fa3 [libc++] Remove math_win32.h
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/math.h | 4 --
include/support/win32/math_win32.h | 117 -------------------------------------
2 files changed, 121 deletions(-)
delete mode 100644 include/support/win32/math_win32.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 master
in repository llvm.
from ec25365 [libFuzzer] add a standalone build script
new 245edb6 [RegisterBankInfo] Keep valid pointers for PartialMappings.
new 9545266 [RegisterBankInfo] Uniquely generate ValueMapping.
new d1ab103 [RegisterBankInfo] Add statistics for dynamic value mappings.
new ab46f81 [RegisterBankInfo] Document the design choice for the BreakDown.
new 9b47314 [RegisterBankInfo] Constify the member of the XXXMapping maps.
The 5 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/CodeGen/GlobalISel/RegisterBankInfo.h | 98 ++++++++++++++++++++--
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 84 +++++++++++++++----
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 18 ++--
3 files changed, 169 insertions(+), 31 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 25aede1 Remove excessive padding from ObjCCategoriesVisitor
new 12dcbf4 Remove excessive padding from RedeclarableResult
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/Serialization/ASTReaderDecl.cpp | 15 ++++++++-------
1 file changed, 8 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 llvm.
from c1ce9ac GlobalStatus: Don't walk use-lists of ConstantData
new ec25365 [libFuzzer] add a standalone build script
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/Fuzzer/build.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100755 lib/Fuzzer/build.sh
--
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 e2e5490 [libFuzzer] simplify HandleTrace again, start re-running inte [...]
new c1ce9ac GlobalStatus: Don't walk use-lists of ConstantData
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/Utils/GlobalStatus.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-tools-extra.
from c3a8e6a [clang-move] The new.cc file should include new_header.h inst [...]
new d878a28 [clang-tidy] Cleaning up language options.
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:
clang-tidy/cert/StrToNumCheck.cpp | 2 +-
.../cppcoreguidelines/ProTypeCstyleCastCheck.cpp | 5 ++---
clang-tidy/google/AvoidCStyleCastsCheck.cpp | 7 +++---
clang-tidy/google/ExplicitConstructorCheck.cpp | 2 +-
clang-tidy/llvm/TwineLocalCheck.cpp | 3 +--
clang-tidy/misc/AssertSideEffectCheck.cpp | 2 +-
clang-tidy/misc/InaccurateEraseCheck.cpp | 5 ++---
clang-tidy/misc/InefficientAlgorithmCheck.cpp | 2 +-
clang-tidy/misc/StringIntegerAssignmentCheck.cpp | 3 +--
clang-tidy/misc/SuspiciousStringCompareCheck.cpp | 4 ++--
clang-tidy/misc/UniqueptrResetReleaseCheck.cpp | 4 ++--
clang-tidy/misc/UnusedAliasDeclsCheck.cpp | 2 +-
clang-tidy/misc/UnusedRAIICheck.cpp | 2 +-
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 3 +--
clang-tidy/modernize/PassByValueCheck.cpp | 9 ++++----
clang-tidy/modernize/RawStringLiteralCheck.cpp | 10 ++++-----
clang-tidy/modernize/RedundantVoidArgCheck.cpp | 26 ++++++++++------------
clang-tidy/modernize/ShrinkToFitCheck.cpp | 9 ++++----
clang-tidy/modernize/UseOverrideCheck.cpp | 2 +-
clang-tidy/mpi/TypeMismatchCheck.cpp | 3 +--
clang-tidy/readability/AvoidConstParamsInDecls.cpp | 2 +-
clang-tidy/readability/ContainerSizeEmptyCheck.cpp | 6 ++---
clang-tidy/readability/NamespaceCommentCheck.cpp | 2 +-
.../readability/RedundantControlFlowCheck.cpp | 10 ++++-----
.../readability/RedundantSmartptrGetCheck.cpp | 2 +-
.../readability/SimplifyBooleanExprCheck.cpp | 6 ++---
.../StaticDefinitionInAnonymousNamespaceCheck.cpp | 10 ++++-----
.../readability/UniqueptrDeleteReleaseCheck.cpp | 5 ++---
28 files changed, 67 insertions(+), 81 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 8ae7a02 [analyzer][scan-build-py] subprocess output handling reviewed [...]
new 25aede1 Remove excessive padding from ObjCCategoriesVisitor
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/Serialization/ASTReaderDecl.cpp | 16 ++++++++--------
1 file changed, 8 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 17b2724 Use llvm::to_string instead of std::to_string to fix bot
new 8ae7a02 [analyzer][scan-build-py] subprocess output handling reviewed [...]
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/scan-build-py/libscanbuild/analyze.py | 3 +
tools/scan-build-py/libscanbuild/clang.py | 191 ++++++++++++++-------------
tools/scan-build-py/tests/unit/test_clang.py | 62 ++++++++-
3 files changed, 156 insertions(+), 100 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 8e652fc 2016-09-23 Fritz Reese <fritzoreese(a)gmail.com>
new 733ced6 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.