[Lldb-commits] [PATCH] D69913: Re-enable std::function formatter with fixes to improve non-cached lookup performance
    Jim Ingham via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Nov  8 15:56:19 PST 2019
    
    
  
jingham added a comment.
Why not have the FindFunctions lambda take a FunctionSP?  It would be easy to get the Function name out of the function in the lambda, and that would make the function more general (and also match what the Foreach does...
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69913/new/
https://reviews.llvm.org/D69913
    
    
More information about the lldb-commits
mailing list