diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2019-08-12 15:35:09 +0000 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2019-08-12 15:35:09 +0000 |
commit | 8095449e6832e5d4636e245e11e9e4af2c56055b (patch) | |
tree | 5c1db578b15d15ba9138a10f62a4590af8e64534 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py | |
parent | 29141da75ed940723af43131cb5566dfe3aae9e5 (diff) | |
download | bcm5719-llvm-8095449e6832e5d4636e245e11e9e4af2c56055b.tar.gz bcm5719-llvm-8095449e6832e5d4636e245e11e9e4af2c56055b.zip |
[scudo][standalone] Minor corrections
Summary:
Few corrections with no functional change:
- replacing `%zd` with `%zu` all around: the values are unsigned
- prefer `MAP_ANONYMOUS` to `MAP_ANON` (it's deprecated)
- remove the unused `enum LinkerInitialized`
- mark a parameter as `UNUSED` in Fuchsia's `getRandom`
- correct the casing of a variable and use `nullptr` instead of 0 for
pointers in `list.h`
- reorder some `typedef` to be consistent between `signed` and
`unsigned`
Reviewers: eugenis, vitalybuka, morehouse, hctim
Reviewed By: vitalybuka, morehouse
Subscribers: delcypher, #sanitizers, llvm-commits
Tags: #llvm, #sanitizers
Differential Revision: https://reviews.llvm.org/D65660
llvm-svn: 368585
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc/TestContextObjectObjc.py')
0 files changed, 0 insertions, 0 deletions