This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e89c8d5 Remove Size from Undefined symbol.
new 5ea674c Do not call hasArg and getLastArg for the same option.
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:
ELF/Config.h | 2 +-
ELF/Driver.cpp | 13 ++++++-------
2 files 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 llvm.
from b012212 Fix bogus documentation for StringRef::slice in the End < Sta [...]
new 701c579 [AArch64] Expand CTTZ for all vector types.
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/AArch64/AArch64ISelLowering.cpp | 9 +++++++++
1 file changed, 9 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 libcxx.
from 4596c29 Guard Clang and GCC specific pragmas. Patch from STL(a)microsoft.com
new a32eb83 Rename function parameters to avoid shadowing. Patch from STL [...]
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/std/thread/futures/futures.async/async.pass.cpp | 8 ++++----
1 file changed, 4 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 libcxx.
from d446308 Fix = that should have been == in test. Thanks to STL@microso [...]
new 4596c29 Guard Clang and GCC specific pragmas. Patch from STL(a)microsoft.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:
test/std/depr/depr.c.headers/stdio_h.pass.cpp | 2 ++
test/std/depr/depr.c.headers/wchar_h.pass.cpp | 4 ++++
test/std/input.output/file.streams/c.files/cstdio.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.cons/default.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.cons/string_ctor.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/count.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/flip_all.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/flip_one.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/index.pass.cpp | 2 ++
.../std/utilities/template.bitset/bitset.members/index_const.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/left_shift.pass.cpp | 2 ++
.../utilities/template.bitset/bitset.members/left_shift_eq.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/not_all.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/op_and_eq.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/op_eq_eq.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/op_or_eq.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/op_xor_eq.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/reset_one.pass.cpp | 2 ++
.../std/utilities/template.bitset/bitset.members/right_shift.pass.cpp | 2 ++
.../utilities/template.bitset/bitset.members/right_shift_eq.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/set_all.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/test.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.members/to_string.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.operators/op_and.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.operators/op_not.pass.cpp | 2 ++
test/std/utilities/template.bitset/bitset.operators/op_or.pass.cpp | 2 ++
test/support/disable_missing_braces_warning.h | 2 ++
30 files changed, 62 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 8f5acf7 XFail TestIRInterpreter on Windows
new 15b96a7 Fixed a bug where const this would cause parser errors about [...]
new 4666754 Add the ability to limit "source regexp" breakpoints to a par [...]
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/lldb/API/SBStringList.h | 3 +
include/lldb/API/SBTarget.h | 6 ++
.../lldb/Breakpoint/BreakpointResolverFileRegex.h | 9 ++-
include/lldb/Target/Target.h | 2 +
.../typedef_array => lang/cpp/const_this}/Makefile | 4 ++
.../const_this/TestConstThis.py} | 0
.../test/lang/cpp/{bool => const_this}/main.cpp | 14 +++--
scripts/interface/SBTarget.i | 6 ++
source/API/SBStringList.cpp | 10 ++++
source/API/SBTarget.cpp | 59 ++++++++++---------
source/Breakpoint/BreakpointResolverFileRegex.cpp | 38 +++++++++++-
source/Commands/CommandObjectBreakpoint.cpp | 12 +++-
source/Core/Scalar.cpp | 68 ++++++++++++++++++++++
source/Expression/ExpressionSourceCode.cpp | 5 +-
source/Expression/LLVMUserExpression.cpp | 1 -
.../Clang/ClangExpressionDeclMap.cpp | 18 ++++--
.../ExpressionParser/Clang/ClangUserExpression.cpp | 2 +-
source/Target/Target.cpp | 7 ++-
18 files changed, 217 insertions(+), 47 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/data-formatter/typedef_array [...]
copy packages/Python/lldbsuite/test/lang/{c/struct_types/TestStructTypes.py => cpp [...]
copy packages/Python/lldbsuite/test/lang/cpp/{bool => const_this}/main.cpp (63%)
--
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 15e6bf3 clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type- [...]
new a64349e Fix include path in ClangTidy.cpp.
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/ClangTidy.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.
from 79f2b26 clang/test/CodeGenCXX/cfi-blacklist.cpp: Exclude ms targets. [...]
new 8efc9af [analyzer] Move Checkers.inc to clang/include/...
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/CMakeLists.txt | 1 +
include/clang/StaticAnalyzer/Checkers/CMakeLists.txt | 4 ++++
{lib => include/clang}/StaticAnalyzer/Checkers/Checkers.td | 0
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 5 -----
lib/StaticAnalyzer/Checkers/ClangCheckers.cpp | 2 +-
lib/StaticAnalyzer/Checkers/ClangSACheckers.h | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
create mode 100644 include/clang/StaticAnalyzer/Checkers/CMakeLists.txt
rename {lib => include/clang}/StaticAnalyzer/Checkers/Checkers.td (100%)
--
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 b75c7f8 Use llvm:Twine instead of std::to_string.
new b012212 Fix bogus documentation for StringRef::slice in the End < Sta [...]
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/StringRef.h | 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 llvm.
from cfb23d4 Update test to use FileCheck
new b75c7f8 Use llvm:Twine instead of std::to_string.
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/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 6 +++---
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h | 10 +++++-----
.../RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.