Skip to content

Commit f4fc708

Browse files
committed
[docs] Remove accidental unindent to appease the sphinx bot
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
1 parent 63a4e48 commit f4fc708

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/UndefinedBehaviorSanitizer.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ Available checks are:
132132
- ``-fsanitize=vla-bound``: A variable-length array whose bound
133133
does not evaluate to a positive value.
134134
- ``-fsanitize=vptr``: Use of an object whose vptr indicates that it is of
135-
the wrong dynamic type, or that its lifetime has not begun or has ended.
136-
Incompatible with ``-fno-rtti``. Link must be performed by ``clang++``, not
137-
``clang``, to make sure C++-specific parts of the runtime library and C++
138-
standard libraries are present.
135+
the wrong dynamic type, or that its lifetime has not begun or has ended.
136+
Incompatible with ``-fno-rtti``. Link must be performed by ``clang++``, not
137+
``clang``, to make sure C++-specific parts of the runtime library and C++
138+
standard libraries are present.
139139

140140
You can also use the following check groups:
141141
- ``-fsanitize=undefined``: All of the checks listed above other than

0 commit comments

Comments
 (0)