summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2017-09-21 19:58:55 +0000
committerErich Keane <erich.keane@intel.com>2017-09-21 19:58:55 +0000
commit69dbbb0bca7c4eb1bc3e15412393d7d23fffbdd2 (patch)
treeb6890d620b52943dc14ce4094e5eaa437dc5fce4 /lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py
parent4fbaa62b60b872654a5e2dbfd68337dc34b5f8cc (diff)
downloadbcm5719-llvm-69dbbb0bca7c4eb1bc3e15412393d7d23fffbdd2.tar.gz
bcm5719-llvm-69dbbb0bca7c4eb1bc3e15412393d7d23fffbdd2.zip
Suppress Wsign-conversion for enums with matching underlying type
As reported here: https://bugs.llvm.org/show_bug.cgi?id=34692 A non-defined enum with a backing type was always defaulting to being treated as a signed type. IN the case where it IS defined, the signed-ness of the actual items is used. This patch uses the underlying type's signed-ness in the non-defined case to test signed-comparision. Differential Revision: https://reviews.llvm.org/D38145 llvm-svn: 313907
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud