[llvm] r173845 - Documentation: add empty lines so that lists are properly recognized
Dmitri Gribenko
gribozavr at gmail.com
Tue Jan 29 15:14:41 PST 2013
Author: gribozavr
Date: Tue Jan 29 17:14:41 2013
New Revision: 173845
URL: http://llvm.org/viewvc/llvm-project?rev=173845&view=rev
Log:
Documentation: add empty lines so that lists are properly recognized
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=173845&r1=173844&r2=173845&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue Jan 29 17:14:41 2013
@@ -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().
More information about the llvm-commits
mailing list