[all-commits] [llvm/llvm-project] ede5cd: [lldb/API] Fix bogus copy assignment operator
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 28 17:11:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ede5cd9a45bd12c0676da80472e629801faa37bf
https://github.com/llvm/llvm-project/commit/ede5cd9a45bd12c0676da80472e629801faa37bf
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/include/lldb/API/SBPlatform.h
M lldb/source/API/SBLaunchInfo.cpp
M lldb/source/API/SBPlatform.cpp
Log Message:
-----------
[lldb/API] Fix bogus copy assignment operator
The copy assignment operator is supposed to return the class and not
void. Fix the methods and the reproducer instrumentation macros.
More information about the All-commits
mailing list