diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-11-16 06:58:51 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-11-16 06:58:51 +0000 |
commit | 213bea336161eb06e94b8c02d2a9ab4869c8f983 (patch) | |
tree | 4cf92b9f02e38399af94ade2e82f03f86223338f /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 2ac0c270017fb1c2fa1a894b9e2f96b96dca3423 (diff) | |
download | bcm5719-llvm-213bea336161eb06e94b8c02d2a9ab4869c8f983.tar.gz bcm5719-llvm-213bea336161eb06e94b8c02d2a9ab4869c8f983.zip |
[Sema] Implement several unary type traits more accurately
is_empty, is_polymorphic, and is_abstract didn't handle incomplete types
correctly. Only non-union class types must be complete for these
traits.
is_final and is_sealed don't care about the particular spelling of the
FinalAttr.
is_interface_class should always return false regardless of its input.
The type trait can only be satisfied in a mode we do not support (/CLR).
llvm-svn: 253184
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions