clayborg added a comment.

API was added that should never have made it into the SB API:

``

  bool
  SBValue::TypeIsPointerType ();

  This led to others seeing this code and thinking it was OK. Now that the 
above function is in our API we can't remove it, but we should encourage the 
use of SBValue::GetType().XXX() from here on out.


http://reviews.llvm.org/D11533




_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to