[cfe-commits] r91502 - /cfe/trunk/docs/UsersManual.html

Mike Stump mrs at apple.com
Tue Dec 15 19:25:12 PST 2009


Author: mrs
Date: Tue Dec 15 21:25:12 2009
New Revision: 91502

URL: http://llvm.org/viewvc/llvm-project?rev=91502&view=rev
Log:
Refine a little.  WIP.

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=91502&r1=91501&r2=91502&view=diff

==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Tue Dec 15 21:25:12 2009
@@ -578,9 +578,9 @@
 <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.





More information about the cfe-commits mailing list