You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Fix returns in AddObjectFileToReflectionContext
At some point the return type of AddObjectFileToReflectionContext
was changed from bool to std::optional<uint32_t>. However the return
statements werent updated, and returns that should be "none" were
being implictly being converted to some(0).
0 commit comments