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 /libcxxabi/src/stdexcept.cpp | |
parent | cc39d3f4bd1e457b8356d68d9e083e3d39c04e8d (diff) | |
download | bcm5719-llvm-ebfe815f5ca29dfd196af9077156b51bdbd01660.tar.gz bcm5719-llvm-ebfe815f5ca29dfd196af9077156b51bdbd01660.zip |
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 'libcxxabi/src/stdexcept.cpp')
0 files changed, 0 insertions, 0 deletions