Bill Wendling e7ff4c14b1 Use the 'count' attribute instead of the 'upper_bound' attribute.
If we have a type 'int a[1]' and a type 'int b[0]', the generated DWARF is the
same for both of them because we use the 'upper_bound' attribute. Instead use
the 'count' attrbute, which gives the correct number of elements in the array.
<rdar://problem/12566646>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167806 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-13 02:31:47 +00:00
..
2012-10-15 04:46:55 +00:00
2012-10-09 08:13:15 +00:00
2012-10-15 04:46:55 +00:00
2012-06-23 12:14:23 +00:00
2012-10-26 12:15:29 +00:00
2012-08-14 01:09:10 +00:00
2012-03-26 14:04:17 +00:00
2012-10-08 16:38:25 +00:00