[all-commits] [llvm/llvm-project] 1dfe7b: [lldb/API] Implement the copy (assignment) constru...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 28 16:45:11 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1dfe7b5be63e9d80e2704255dbeb6813cc7f6e57
https://github.com/llvm/llvm-project/commit/1dfe7b5be63e9d80e2704255dbeb6813cc7f6e57
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M lldb/include/lldb/API/SBLaunchInfo.h
M lldb/source/API/SBLaunchInfo.cpp
Log Message:
-----------
[lldb/API] Implement the copy (assignment) constructor for SBLaunchInfo
Currently the constructor is compiler generated which means it doesn't
get instrumented for the reproducers.
More information about the All-commits
mailing list