diff options
author | Alex Langford <alangford@apple.com> | 2023-06-26 17:57:48 -0700 |
---|---|---|
committer | Alex Langford <alangford@apple.com> | 2023-07-03 10:03:49 -0700 |
commit | 1b102886c0c33bb01ff8f2360b57c7b8d039abcc (patch) | |
tree | 2042af8a6796a363725938b446e673ba42ac7576 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
parent | b5fa9af4ae4955289693ce4076871cd0c92d5684 (diff) | |
download | llvm-1b102886c0c33bb01ff8f2360b57c7b8d039abcc.zip llvm-1b102886c0c33bb01ff8f2360b57c7b8d039abcc.tar.gz llvm-1b102886c0c33bb01ff8f2360b57c7b8d039abcc.tar.bz2 |
[lldb][NFCI] Change return type of GetProcessPluginName
Instead of just returning a raw `const char *`, I think llvm::StringRef
would make more sense. Most of the time that we use the return value of
`GetProcessPluginName` we're passing it to `CreateProcess` which takes a
StringRef anyway.
Differential Revision: https://reviews.llvm.org/D153825
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions