summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/MemorySanitizer.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst
index 7bf21367915..6ede1c36e02 100644
--- a/clang/docs/MemorySanitizer.rst
+++ b/clang/docs/MemorySanitizer.rst
@@ -34,6 +34,7 @@ to disable inlining (just use ``-O1``) and tail call elimination
(``-fno-optimize-sibling-calls``).
.. code-block:: console
+
% cat umr.cc
#include <stdio.h>
OpenPOWER on IntegriCloud