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

Mike Stump mrs at apple.com
Tue Dec 15 19:18:14 PST 2009


Author: mrs
Date: Tue Dec 15 21:18:14 2009
New Revision: 91500

URL: http://llvm.org/viewvc/llvm-project?rev=91500&view=rev
Log:
Add some documentation for recent checkins.  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=91500&r1=91499&r2=91500&view=diff

==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Tue Dec 15 21:18:14 2009
@@ -583,6 +583,10 @@
     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.
+<li>When llvm implements more __builtin_object_size support, reads and
+    writes for objects that __builtin_object_size indicates we aren't
+    accessing valid memory.  Bit-fields and vectors are not yet checked.
 </p>
 </dd>
 





More information about the cfe-commits mailing list