aboutsummaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-04-08 23:39:38 +0000
committerDevang Patel <dpatel@apple.com>2011-04-08 23:39:38 +0000
commit3f932a74be207eaad700ac7898f63c06131097ea (patch)
treecf16f7fc3d9888369b847a8e1a0bb2affa9f7f85 /docs/SourceLevelDebugging.html
parent918035f802be7840177f77389d0b70415f84b06f (diff)
Simplify array bound checks and clarify comments. One element array can have same non-zero number as lower bound as well as upper bound.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 10c78f6888..440f409bc4 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -708,7 +708,8 @@ DW_TAG_inheritance = 28
<a href="#format_composite_type">composite type</a>. The low value defines
the lower bounds typically zero for C/C++. The high value is the upper
bounds. Values are 64 bit. High - low + 1 is the size of the array. If low
- > high the array will be unbounded.</p>
+ > high the array bounds are not included in generated debugging information.
+</p>
</div>