[llvm] r369554 - Add newline to GWP-ASan sphinx document.
Mitch Phillips via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 11:03:11 PDT 2019
Author: hctim
Date: Wed Aug 21 11:03:11 2019
New Revision: 369554
URL: http://llvm.org/viewvc/llvm-project?rev=369554&view=rev
Log:
Add newline to GWP-ASan sphinx document.
Should fix the document builder.
Modified:
llvm/trunk/docs/GwpAsan.rst
Modified: llvm/trunk/docs/GwpAsan.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GwpAsan.rst?rev=369554&r1=369553&r2=369554&view=diff
==============================================================================
--- llvm/trunk/docs/GwpAsan.rst (original)
+++ llvm/trunk/docs/GwpAsan.rst Wed Aug 21 11:03:11 2019
@@ -61,6 +61,7 @@ The stubs follow the same general patter
below):
.. code:: cpp
+
#ifdef INSTALL_GWP_ASAN_STUBS
gwp_asan::GuardedPoolAllocator GWPASanAllocator;
#endif
More information about the llvm-commits
mailing list