aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2022-03-03 03:44:16 -0800
committerNathan Sidwell <nathan@acm.org>2022-03-04 04:43:37 -0800
commit64221645a824f0b70ae130001b37ac01095aa806 (patch)
treec787ebeb477d27d5f1d5ab7f994ef98db277713e /lldb/source/Plugins/ScriptInterpreter/Python
parent6afe0354048f350442708eff0875101fe6f2bf44 (diff)
downloadllvm-64221645a824f0b70ae130001b37ac01095aa806.zip
llvm-64221645a824f0b70ae130001b37ac01095aa806.tar.gz
llvm-64221645a824f0b70ae130001b37ac01095aa806.tar.bz2
[demangler] Make OutputBuffer non-copyable
In addressing the buffer ownership API, I discovered a rogue member function that returned by value rather than by reference. It clearly intended to return by reference, but because the copy ctor wasn't deleted this wasn't caught. It is not necessary to make this a move-only type, although that would be an alternative. Reviewed By: bruno Differential Revision: https://reviews.llvm.org/D120901
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions