[Lldb-commits] [lldb] [lldb] Fully namespace SBType callback function parameters (PR #102375)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 7 14:56:41 PDT 2024


chelcassanova wrote:

> LGTM! Are these the only callbacks that need to be fully qualified ?

Yes they are, if new callback function pointers are added in the future that use SB types in their parameter list or as their return type then ideally those should also be fully namespaced.

https://github.com/llvm/llvm-project/pull/102375


More information about the lldb-commits mailing list