This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5c74c56 Expressions can run without a process.
new 33cca75 Host: fix some -Wformat-pedantic warnings
new 4b28432 API: fix a -Wunused-variable warning
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:
source/API/SBFrame.cpp | 2 ++
source/Host/macosx/Host.mm | 12 ++++++------
2 files changed, 8 insertions(+), 6 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 ca213c1 [clang-tidy] New checker to detect suspicious string constructor.
new 16cf66a [Release Notes] Mention Clang-tidy misc-string-constructor an [...]
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 | 10 ++++++++++
docs/clang-tidy/checks/misc-string-constructor.rst | 1 -
2 files changed, 10 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 e0fd649 [x86] Force mixes asm syntax test to check for x86
new 628d5cb clang-cl: Don't assert on using /Yc with non-source files, PR27450
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/Driver.cpp | 38 +++++++++++++++++++-------------------
test/Driver/cl-pch.cpp | 17 ++++++++++++++++-
2 files changed, 35 insertions(+), 20 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 ae25ab8 [Hexagon] Define architecture version macros for hexagonv55
new e0fd649 [x86] Force mixes asm syntax test to check for x86
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/CodeGen/inline-asm-mixed-style.c | 1 +
1 file changed, 1 insertion(+)
--
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 5d429e9 AVX-512. PR target/70728. Use separate constraint for AVX-512BW
new 192bf59 PR c++/70513 * parser.c (cp_parser_enum_specifier): Check a [...]
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/parser.c | 10 +++++++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/cpp0x/forw_enum12.C | 29 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/forw_enum13.C | 47 ++++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/forw_enum12.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/forw_enum13.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 llvm.
from 32ea396 Add optimization for 'icmp slt (or A, B), A' and some related [...]
new d396215 MachineSched: Cleanup; NFC
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/MachineScheduler.cpp | 48 ++++++++++++++--------------------------
1 file changed, 16 insertions(+), 32 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 0543069 Fix cast compiler warning message in include-fixer.
new d1f3b6c [Clang-tidy] Fix for crash in modernize-raw-string-literal 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:
clang-tidy/modernize/RawStringLiteralCheck.cpp | 3 ++-
test/clang-tidy/modernize-raw-string-literal.cpp | 4 ++++
2 files changed, 6 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 6159d86 [unordered] Add tests and conservative handling in support of [...]
new 1268621 Fixed Dwarf debug info emission to skip DILexicalBlockFile en [...]
new 58cd23c [instcombine][unordered] Implement *-load forwarding for unor [...]
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/IR/DebugInfoMetadata.h | 6 +
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 9 +-
lib/CodeGen/LexicalScopes.cpp | 13 +-
lib/IR/DebugInfoMetadata.cpp | 6 +
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 8 +-
test/DebugInfo/X86/lexical-block-file-inline.ll | 161 +++++++++++++++++++++
test/Transforms/InstCombine/atomic.ll | 37 ++++-
7 files changed, 226 insertions(+), 14 deletions(-)
create mode 100644 test/DebugInfo/X86/lexical-block-file-inline.ll
--
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 1bea370 Remove the (ignored) -Wreceived-is-weak diagnostic.
new fed477d [modules] Make the tweak to avoid circular inclusion of emmin [...]
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/Headers/xmmintrin.h | 2 +-
lib/Lex/PPMacroExpansion.cpp | 15 ++++-----------
2 files changed, 5 insertions(+), 12 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 d1f3b6c [Clang-tidy] Fix for crash in modernize-raw-string-literal check
new 4ad9607 [clang-tidy] Cleanup some ast-matchers and lift some to utils.
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:
.../misc/BoolPointerImplicitConversionCheck.cpp | 3 +-
clang-tidy/misc/IncorrectRoundings.cpp | 7 +---
clang-tidy/misc/MacroParenthesesCheck.cpp | 4 +-
clang-tidy/misc/MisplacedWideningCastCheck.cpp | 5 +--
.../misc/PointerAndIntegralOperationCheck.cpp | 4 +-
clang-tidy/misc/SizeofExpressionCheck.cpp | 7 +---
clang-tidy/modernize/ShrinkToFitCheck.cpp | 19 +--------
clang-tidy/readability/ContainerSizeEmptyCheck.cpp | 48 +++++-----------------
clang-tidy/readability/ImplicitBoolCastCheck.cpp | 8 +---
clang-tidy/utils/Matchers.h | 12 ++++++
10 files changed, 36 insertions(+), 81 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.