From: Mike Stump Date: Wed, 16 Dec 2009 03:18:14 +0000 (+0000) Subject: Add some documentation for recent checkins. WIP. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f6a3eda1344042dcc2760b276f71afc0b7d4801;p=clang Add some documentation for recent checkins. WIP. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index b5aa6a8dcd..9f37fb60aa 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -583,6 +583,10 @@ The checks are: less than zero.
  • Shift operators where the amount shifted is greater or equal to the promoted bit-width of the left-hand-side or less than zero.
  • +
  • If control flow reaches __builtin_unreachable. +
  • 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.