From 3f932a74be207eaad700ac7898f63c06131097ea Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 8 Apr 2011 23:39:38 +0000 Subject: 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 --- docs/SourceLevelDebugging.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/SourceLevelDebugging.html') 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 composite type. 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.

+ > high the array bounds are not included in generated debugging information. +

-- cgit v1.2.3-18-g5258