[Lldb-commits] [PATCH] D11533: Add SBValue::TypeIsReferenceType to SB API.

Siva Chandra sivachandra at google.com
Mon Jul 27 12:45:13 PDT 2015


sivachandra added a subscriber: sivachandra.
sivachandra added a comment.

Is SBType::GetTypeClass not good enough?
That said, the aim of this change is not very clear to me. If SBType::GetTypeClass is sufficient, then having another way to figure whether a value is of a reference type is probably a bloat to the API.

Another, may be unrelated but could be relevant, point is whether you want this new method to see through typedefs.


http://reviews.llvm.org/D11533







More information about the lldb-commits mailing list