[Lldb-commits] [PATCH] D148175: [lldb] Add `operator StringRef` to	ConstString
    Adrian Prantl via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Apr 12 15:32:05 PDT 2023
    
    
  
aprantl added a comment.
I understand that the opposite direction is explicit because actual work is being done. In this direction, it shouldn't affect memory management (since ConstStrings live forever) or performance, so I think this is good (and very convenient!).
Does anyone else see a problem with this?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148175/new/
https://reviews.llvm.org/D148175
    
    
More information about the lldb-commits
mailing list