Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb][swig] Use the correct variable in the return statement
The issue was introduced in llvm#104523. The code introduces the `ret_val` variable but does not use it. Instead it returns a pointer, which gets implicitly converted to bool. (cherry picked from commit 6528157)
- Loading branch information