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
Fix new clang warnings that can indicate potential use-after-free from
dangling pointers.
The issues are mostly coming from `llvm::function_ref` are not owning
the function, and `std::function` should be used in those cases.
0 commit comments