diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-12-04 06:21:27 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-12-04 06:21:27 +0000 |
commit | 1ca9862cfb16641189ba8aff513193af142cd43c (patch) | |
tree | e7251ca4903f74397fc35ba83dc68ce2d20d59f9 /clang/lib/Serialization/Module.cpp | |
parent | bfc0e5725f94a52e92d8f53ab5285a8a0eb1a314 (diff) | |
download | llvm-1ca9862cfb16641189ba8aff513193af142cd43c.zip llvm-1ca9862cfb16641189ba8aff513193af142cd43c.tar.gz llvm-1ca9862cfb16641189ba8aff513193af142cd43c.tar.bz2 |
Add a 'count' field to the DWARF subrange.
The count field is necessary because there isn't a difference between the 'lo'
and 'hi' attributes for a one-element array and a zero-element array. When the
count is '0', we know that this is a zero-element array. When it's >=1, then
it's a normal constant sized array. When it's -1, then the array is unbounded.
llvm-svn: 169219
Diffstat (limited to 'clang/lib/Serialization/Module.cpp')
0 files changed, 0 insertions, 0 deletions