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

Chaoren Lin chaorenl at google.com
Mon Jul 27 12:51:05 PDT 2015


chaoren abandoned this revision.
chaoren added a comment.

Whoops, sorry. I saw there was an `TypeIsPointerType`, but not one for references. Yeah, `GetType().IsReferenceType()` would be identical, so this unnecessary. `TypeIsPointerType` seems pretty unnecessary now too.


http://reviews.llvm.org/D11533







More information about the lldb-commits mailing list