[lldb-dev] std::shared_ptr, RTTI, and LLDB

Chris Lattner clattner at apple.com
Fri Jun 11 12:20:12 PDT 2010


On Jun 10, 2010, at 6:06 PM, Greg Clayton wrote:
> 
> Howard, that would be great if you could trim this down for us. 

Yep, thanks for doing this Howard!

> I don't believe we need anyting fancy (no RTTI, no weak_ptr (what I am aware of), no enable_shard_from_this). If you can send me a header that we can include into our Utility folder, I will check it in ASAP and see if we switch over to using it.

It would be great to drop this into include/llvm/ADT.  For example, we already have include/llvm/ADT/OwningPtr.h which is a close relation.

-Chris



More information about the lldb-dev mailing list