]> granicus.if.org Git - clang/commitdiff
[docs] Remove accidental unindent to appease the sphinx bot
authorVedant Kumar <vsk@apple.com>
Wed, 2 Aug 2017 18:24:12 +0000 (18:24 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 2 Aug 2017 18:24:12 +0000 (18:24 +0000)
Bot failure:
http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/12043/steps/docs-clang-html/logs/stdio

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309852 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UndefinedBehaviorSanitizer.rst

index aa52f2d155672e07364a2a66f4cb1da6c1a6a9fb..5b43e2ef84758ed37e650eae58ab5762fe0aadda 100644 (file)
@@ -132,10 +132,10 @@ Available checks are:
   -  ``-fsanitize=vla-bound``: A variable-length array whose bound
      does not evaluate to a positive value.
   -  ``-fsanitize=vptr``: Use of an object whose vptr indicates that it is of
-    the wrong dynamic type, or that its lifetime has not begun or has ended.
-    Incompatible with ``-fno-rtti``. Link must be performed by ``clang++``, not
-    ``clang``, to make sure C++-specific parts of the runtime library and C++
-    standard libraries are present.
+     the wrong dynamic type, or that its lifetime has not begun or has ended.
+     Incompatible with ``-fno-rtti``. Link must be performed by ``clang++``, not
+     ``clang``, to make sure C++-specific parts of the runtime library and C++
+     standard libraries are present.
 
 You can also use the following check groups:
   -  ``-fsanitize=undefined``: All of the checks listed above other than