summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-07-06 20:17:42 +0000
committerVedant Kumar <vsk@apple.com>2018-07-06 20:17:42 +0000
commitb3091da3af7911bc0c6f59d44d215a84c9625213 (patch)
treebd2eebfa82d3168bbfaf75575a80b604815d31d0 /lldb/packages/Python/lldbsuite
parent2bd02db943adcb56e9fa90f316dac6036eae18c8 (diff)
downloadbcm5719-llvm-b3091da3af7911bc0c6f59d44d215a84c9625213.tar.gz
bcm5719-llvm-b3091da3af7911bc0c6f59d44d215a84c9625213.zip
Use Type::isIntOrPtrTy where possible, NFC
It's a bit neater to write T.isIntOrPtrTy() over `T.isIntegerTy() || T.isPointerTy()`. I used Python's re.sub with this regex to update users: r'([\w.\->()]+)isIntegerTy\(\)\s*\|\|\s*\1isPointerTy\(\)' llvm-svn: 336462
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud