summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-16 03:18:14 +0000
committerMike Stump <mrs@apple.com>2009-12-16 03:18:14 +0000
commit11ba8d989c9e5f821154bcc07d158f99527d4d0e (patch)
treeee0e96a0cb0d3aafafc836c0de044dd89fa45fd9
parentb85ffb689eab10ea63f24c5f489a92e2b49e44ae (diff)
downloadbcm5719-llvm-11ba8d989c9e5f821154bcc07d158f99527d4d0e.tar.gz
bcm5719-llvm-11ba8d989c9e5f821154bcc07d158f99527d4d0e.zip
Add some documentation for recent checkins. WIP.
llvm-svn: 91500
-rw-r--r--clang/docs/UsersManual.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html
index b5aa6a8dcd7..9f37fb60aa5 100644
--- a/clang/docs/UsersManual.html
+++ b/clang/docs/UsersManual.html
@@ -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>
OpenPOWER on IntegriCloud