diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-23 18:36:44 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-23 18:36:44 +0000 |
commit | 184e1c4495298fd1c39dc1fbd82ff6d969c17ecf (patch) | |
tree | 8d61948390383e738a7076ae52d06adb0c3c2599 | |
parent | 5c0de4c0fb3042db470d655bc3eba91de64423d9 (diff) |
Documentation: fix a syntax error: empty line required after code-block::
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171004 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/MemorySanitizer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/MemorySanitizer.rst b/docs/MemorySanitizer.rst index 7bf2136791..6ede1c36e0 100644 --- a/docs/MemorySanitizer.rst +++ b/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> |