Add fuzz calls for SBType::IsPointerType(void *opaque_type).

llvm-svn: 134551
This commit is contained in:
Johnny Chen 2011-07-06 22:11:38 +00:00
parent abcfbecf39
commit f82eb4043b
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ def fuzz_obj(obj):
obj.IsAPointerType()
obj.GetPointeeType()
obj.GetDescription(lldb.SBStream())
obj.IsPointerType(None)
lldb.SBType.IsPointerType(None)