diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-29 23:14:41 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-29 23:14:41 +0000 |
commit | d8acb289a2bac1059df2c13755afa634e576e83f (patch) | |
tree | a9498f57515f81ea7d7e2019d99e2454d9480ee2 /docs/LangRef.rst | |
parent | 5500943771f53340e8f219496b512286e4f5b014 (diff) |
Documentation: add empty lines so that lists are properly recognized
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.rst')
-rw-r--r-- | docs/LangRef.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index e90eedd4fc..89de35ac74 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -826,6 +826,7 @@ example: return from the function to see if it has been overwritten. A heuristic is used to determine if a function needs stack protectors or not. The heuristic used will enable protectors for functions with: + - Character arrays larger than ``ssp-buffer-size`` (default 8). - Aggregates containing character arrays larger than ``ssp-buffer-size``. - Calls to alloca() with variable sizes or constant sizes greater than @@ -848,6 +849,7 @@ example: protector. This attribute causes a strong heuristic to be used when determining if a function needs stack protectors. The strong heuristic will enable protectors for functions with: + - Arrays of any size and type - Aggregates containing an array of any size and type. - Calls to alloca(). |