diff options
| author | Mitch Phillips <mitchphillips@outlook.com> | 2019-08-21 18:03:11 +0000 |
|---|---|---|
| committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-08-21 18:03:11 +0000 |
| commit | 2213bbb57aa7c928735c428cd1307ed277d2db7a (patch) | |
| tree | ebd6d759908f566e11f923905f3649739423cc21 /llvm/docs | |
| parent | a28b8d78e426818b4dd1e6eb9f7353358815a3eb (diff) | |
| download | bcm5719-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.rst | 1 |
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 |

