This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0c2f12321 [cmake, unittests] Fix the CMake file for the LLDB unittests [...]
new b87e7717c CPlusPlusLanguage: Add unit tests for the FindAlternateFuncti [...]
new b81570c62 Convert all RunShellCommand functions to use the Timeout class
new fb1b174a8 Fix windows&mac builds broken by r331970 (RunShellCommand/Tim [...]
new e5d7d0d85 Fix one more RunShellcommand occurence in mac code
new f4996638d Fix the code that gets the Xcode path. After path normalizati [...]
new 97e98c33b Retrieve the deployment target when retrieving an object file [...]
new adf0f7725 Remove custom path manipulation functions from FileSpec
new d68e35a54 HostInfoMacOSX: Share the clang resource directory with Swift.
new d7970de97 Add a lock to PlatformPOSIX::DoLoadImage
new 408c1a2ed Fix a regression in r332111. The LLDB.framework path componen [...]
new 9bd58e25a Yet another follow-up to r332111. This also handles the case [...]
new 1bba75af0 Conditionally compile a Darwin-only test.
new c0582b1ad [LLDB] Support GNU-style compressed debug sections (.zdebug)
new bb3e398a9 [LanguageRuntime/ObjC] Turn off ISA logging once and for all.
new d12816368 Revert "[LLDB] Support GNU-style compressed debug sections (. [...]
new cc242f2a5 Revert "Protect DWARFCompileUnit::m_die_array by a new mutex"
new 1f5645680 Use const_iterator in DWARFUnit
The 17 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/Host/Host.h | 7 +-
include/lldb/Host/macosx/HostInfoMacOSX.h | 2 +
include/lldb/Target/Platform.h | 4 +-
include/lldb/Target/Process.h | 30 +--
lit/Modules/lc_version_min.yaml | 205 +++++++++++++++++++++
source/API/SBPlatform.cpp | 25 +--
source/Commands/CommandObjectPlatform.cpp | 10 +-
source/Host/common/Host.cpp | 12 +-
source/Host/macosx/Host.mm | 3 +-
source/Host/macosx/HostInfoMacOSX.mm | 74 +++++++-
source/Host/macosx/Symbols.cpp | 5 +-
source/Host/windows/Host.cpp | 2 +-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 10 +-
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 45 +++--
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 6 +-
source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 2 +-
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 56 +++---
source/Plugins/Platform/POSIX/PlatformPOSIX.h | 11 +-
.../gdb-server/PlatformRemoteGDBServer.cpp | 6 +-
.../Platform/gdb-server/PlatformRemoteGDBServer.h | 3 +-
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 9 +-
.../gdb-remote/GDBRemoteCommunicationClient.h | 3 +-
.../GDBRemoteCommunicationServerCommon.cpp | 7 +-
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 25 +--
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 2 -
source/Target/Platform.cpp | 6 +-
source/Target/Process.cpp | 12 +-
source/Utility/FileSpec.cpp | 90 +--------
unittests/Host/CMakeLists.txt | 1 +
unittests/Host/HostInfoTest.cpp | 48 +++++
.../Language/CPlusPlus/CPlusPlusLanguageTest.cpp | 25 ++-
unittests/Utility/FileSpecTest.cpp | 8 +-
32 files changed, 500 insertions(+), 254 deletions(-)
create mode 100644 lit/Modules/lc_version_min.yaml
--
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 release_60
in repository clang.
from 0e746072ed Merging r325651:
new 6289e4b781 Merging r327322:
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/Frontend/ASTUnit.cpp | 1 +
test/Index/Inputs/reparse-issue.h | 3 +++
test/Index/Inputs/reparse-issue.h-0 | 4 ++++
test/Index/Inputs/reparse-issue.h-1 | 5 +++++
test/Index/reparsed-live-issue.cpp | 4 ++++
5 files changed, 17 insertions(+)
create mode 100644 test/Index/Inputs/reparse-issue.h
create mode 100644 test/Index/Inputs/reparse-issue.h-0
create mode 100644 test/Index/Inputs/reparse-issue.h-1
create mode 100644 test/Index/reparsed-live-issue.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 libcxx.
from 9887da822 Allow copy elision in path concatenation
new faf8db7df More notes on Rapperswil issues
new f30740348 Fix PR37407 - callable traits don't correctly check complete types.
new 0f328db1a Fix failing test due to incorrect use of noexcept
new 082d5bd7c [libcxx] [test] Update msvc_stdlib_force_include.hpp.
The 4 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/type_traits | 144 +--------------------
.../meta.trans/meta.trans.other/result_of.pass.cpp | 24 +++-
test/support/msvc_stdlib_force_include.hpp | 4 -
www/upcoming_meeting.html | 18 +--
4 files changed, 34 insertions(+), 156 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 release_60
in repository lld.
from bd6eb65eb Merging r325647, r325713:
new 10ff0fa05 Merging r326172:
new 3ee731824 Merging r327561,327567: ------------------------------------- [...]
new b051c1d54 Merging r327562: -------------------------------------------- [...]
The 3 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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 4 ++++
COFF/DriverUtils.cpp | 29 +++++++++++++++++++++++++++++
COFF/Options.td | 1 +
MinGW/Driver.cpp | 2 ++
MinGW/Options.td | 3 +++
test/COFF/def-export-stdcall.s | 33 ++++++++++++++++++++++++++++++++-
test/MinGW/driver.test | 4 ++++
8 files changed, 76 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 lnt.
from 416091e Use the internal shtest runner and make lit a formal dependency
new 915fecf Add support for logarithmic scale.
new 367188c Make content of send emails to be in utf-8.
new 6144f52 Justin says this version of requests is too old
new a3affd6 Make Run-Over-Run and Run-Over-Baseline changes an accordion.
new dca1dbe Make new Run template in Compare To in v4_run.html view.
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:
lnt/lnttool/main.py | 12 +++++-----
lnt/server/ui/templates/local.html | 4 ++++
lnt/server/ui/templates/reporting/runs.html | 36 +++++++++++++++++++----------
lnt/server/ui/templates/utils.html | 4 ++--
lnt/server/ui/templates/v4_graph.html | 33 +++++++++++++++++++++++++-
lnt/server/ui/templates/v4_run.html | 5 ++--
lnt/server/ui/views.py | 3 +++
lnt/util/NTEmailReport.py | 6 ++---
requirements.client.txt | 2 +-
9 files changed, 78 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.