This is an archive of the discontinued LLVM Phabricator instance.

Deprecate `SBValue::TypeIsPointerType`.
ClosedPublic

Authored by chaoren on Jul 27 2015, 2:21 PM.

Diff Detail

Event Timeline

chaoren updated this revision to Diff 30737.Jul 27 2015, 2:21 PM
chaoren retitled this revision from to Deprecate `SBValue::TypeIsPointerType`..
chaoren updated this object.
chaoren added a reviewer: clayborg.
chaoren added a subscriber: lldb-commits.

If this change is OK, you should probably update the Python reference as well: http://lldb.llvm.org/python_reference/lldb.SBValue-class.html

clayborg accepted this revision.Jul 27 2015, 2:48 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jul 27 2015, 2:48 PM

Isn't this autogenerated?

// \deprecated { Please use blah instead }

Should work right?

This revision was automatically updated to reflect the committed changes.