diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-02-13 17:36:11 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-02-13 17:36:11 +0000 |
commit | ebfe815f5ca29dfd196af9077156b51bdbd01660 (patch) | |
tree | 0d57376764cc9fb782b47ad273fe70e5db9edfa9 /lldb/scripts/Python/python-wrapper.swig | |
parent | cc39d3f4bd1e457b8356d68d9e083e3d39c04e8d (diff) | |
download | llvm-ebfe815f5ca29dfd196af9077156b51bdbd01660.zip llvm-ebfe815f5ca29dfd196af9077156b51bdbd01660.tar.gz llvm-ebfe815f5ca29dfd196af9077156b51bdbd01660.tar.bz2 |
unwind: use sizeof() instead of hardcoded sizes
The statically allocated strings have a fixed size which can be computed using
the sizeof operator rather than duplicating the allocation size which can drift.
NFC.
llvm-svn: 229126
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
0 files changed, 0 insertions, 0 deletions