| commit | c2e863a0d8dc2c5b9025e3fec787c541afe0ef49 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Wed Feb 17 05:06:40 2016 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Wed Feb 17 05:06:40 2016 +0000 |
| tree | d943e7ea5a25b640d980b8d1183222722ae5c202 | |
| parent | 874e7aee29857930f6a8572b9b367757810957fc [diff] |
Use an accurate type instead of unsigned. These values are offsets in the string table (which must fit in host computer's memory space), so size_t is better than unsigned. llvm-svn: 261065