]> granicus.if.org Git - clang/commitdiff
Refine a little. WIP.
authorMike Stump <mrs@apple.com>
Wed, 16 Dec 2009 03:25:12 +0000 (03:25 +0000)
committerMike Stump <mrs@apple.com>
Wed, 16 Dec 2009 03:25:12 +0000 (03:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91502 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index 9f37fb60aa5b55e65167382b76969ed9abf63842..2601da25514712ff67611f9e6774e079aa2a52a1 100644 (file)
@@ -578,9 +578,9 @@ adds runtime checks for undefined runtime behavior.  If the check fails,
 <tt>__builtin_trap()</tt> is used to indicate failure.
 The checks are:
 <p>
-<li>Subscripting where the static type of one operand is decayed from an
-    array type and the other operand is greater than the size of the array or
-    less than zero.</li>
+<li>Subscripting where the static type of one operand is variable
+    which is decayed from an array type and the other operand is
+    greater than the size of the array or less than zero.</li>
 <li>Shift operators where the amount shifted is greater or equal to the
     promoted bit-width of the left-hand-side or less than zero.</li>
 <li>If control flow reaches __builtin_unreachable.