]> granicus.if.org Git - clang/commitdiff
Add some documentation for recent checkins. WIP.
authorMike Stump <mrs@apple.com>
Wed, 16 Dec 2009 03:18:14 +0000 (03:18 +0000)
committerMike Stump <mrs@apple.com>
Wed, 16 Dec 2009 03:18:14 +0000 (03:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91500 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.html

index b5aa6a8dcd70efbebd6bcbdcac31d439faff6a2c..9f37fb60aa5b55e65167382b76969ed9abf63842 100644 (file)
@@ -583,6 +583,10 @@ The checks are:
     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>