From 622be238eb847fbb15b320028263668d17d7e21f Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 21 Oct 2014 20:52:14 +0000 Subject: Expose the type-info flags at the public API layer. These flags provide much more informational content to consumers of the LLDB API than the existing TypeClass. Part of the fix for rdar://18517593 llvm-svn: 220322 --- lldb/scripts/Python/interface/SBType.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBType.i b/lldb/scripts/Python/interface/SBType.i index 9c37f89c772..2980cdb4dc7 100644 --- a/lldb/scripts/Python/interface/SBType.i +++ b/lldb/scripts/Python/interface/SBType.i @@ -286,6 +286,9 @@ public: bool IsTypeComplete (); + + uint32_t + GetTypeFlags (); %pythoncode %{ def template_arg_array(self): -- cgit v1.2.3