summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-08-21 18:03:11 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-08-21 18:03:11 +0000
commit2213bbb57aa7c928735c428cd1307ed277d2db7a (patch)
treeebd6d759908f566e11f923905f3649739423cc21 /llvm/docs
parenta28b8d78e426818b4dd1e6eb9f7353358815a3eb (diff)
downloadbcm5719-llvm-2213bbb57aa7c928735c428cd1307ed277d2db7a.tar.gz
bcm5719-llvm-2213bbb57aa7c928735c428cd1307ed277d2db7a.zip
Add newline to GWP-ASan sphinx document.
Should fix the document builder. llvm-svn: 369554
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/GwpAsan.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/GwpAsan.rst b/llvm/docs/GwpAsan.rst
index 48eb23271e5..67193bfe001 100644
--- a/llvm/docs/GwpAsan.rst
+++ b/llvm/docs/GwpAsan.rst
@@ -61,6 +61,7 @@ The stubs follow the same general pattern (example ``malloc()`` pseudocode
below):
.. code:: cpp
+
#ifdef INSTALL_GWP_ASAN_STUBS
gwp_asan::GuardedPoolAllocator GWPASanAllocator;
#endif
OpenPOWER on IntegriCloud