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