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