Change the formula for tagged NSIndexPath data formatting
authorEnrico Granata <egranata@apple.com>
Thu, 1 Sep 2016 18:09:01 +0000 (18:09 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 1 Sep 2016 18:09:01 +0000 (18:09 +0000)
commitdf43d25fd366d96cd7af1ead8938ed0d2394e2fb
treeb9a9bcb87e3831384559c79976341616170b1a0b
parent5c7c2307a83665c4861e173a8f4ec4f514c0bbd6
Change the formula for tagged NSIndexPath data formatting

Fixes rdar://25192935

llvm-svn: 280389
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/main.m [new file with mode: 0644]
lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp