[Lldb-commits] [lldb] Fix ASAN failure in	TestSingleThreadStepTimeout.py (PR #102208)
    via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Aug  6 13:27:11 PDT 2024
    
    
  
https://github.com/jimingham approved this pull request.
This looks fine.  I'd add a 
using  TimeoutInfoSP = std::shared_ptr<...>
and refer to it that way.  The construct appears enough times to warrant that; it's a lot easier to read and we use the SP suffix consistently so it will be understood.  But that's a matter of taste.
https://github.com/llvm/llvm-project/pull/102208
    
    
More information about the lldb-commits
mailing list