Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPytho…
…nImpl::GetSyntheticTypeName (#66724) Instead of copying memory out of the PythonString (via a std::string) and then using that to create a ConstString, it would make more sense to just create the ConstString from the original StringRef in the first place.
- Loading branch information