[Lldb-commits] [PATCH] D11203: Add a class ValueObjectConstResultCast.

Greg Clayton clayborg at gmail.com
Wed Jul 15 11:23:24 PDT 2015


clayborg added a comment.

I would almost rather see us create a ValueObjectCast class that just takes another ValueObjectSP and a new type to cast it to. We might want there to be different cast types like static, reinterpret, or dynamic. Is there a reason this is ValueObjectConstResultCast? I think it would be great to be able to cast any ValueObjectSP if possible. I will talk more with Jim Ingham on this and get back to you.


http://reviews.llvm.org/D11203







More information about the lldb-commits mailing list