[lldb/API] Fix bogus copy assignment operator
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 29 Jan 2020 01:09:49 +0000 (17:09 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 29 Jan 2020 01:11:12 +0000 (17:11 -0800)
commitede5cd9a45bd12c0676da80472e629801faa37bf
tree7d60b414ff3b65f9e53dd91236d1e802c7b44d4d
parenta9bc7b83a402f2bf7d7c55ac4c9e9a2fb2b3ea13
[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.
lldb/include/lldb/API/SBLaunchInfo.h
lldb/include/lldb/API/SBPlatform.h
lldb/source/API/SBLaunchInfo.cpp
lldb/source/API/SBPlatform.cpp