From 46735cb9cedac5fc93099a3eb7c6388156682023 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sun, 23 Dec 2012 18:36:44 +0000 Subject: [PATCH] Documentation: fix a syntax error: empty line required after code-block:: llvm-svn: 171004 --- clang/docs/MemorySanitizer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/MemorySanitizer.rst b/clang/docs/MemorySanitizer.rst index 7bf213679155..6ede1c36e026 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