diff options
| author | Vedant Kumar <vsk@apple.com> | 2017-08-02 18:24:12 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2017-08-02 18:24:12 +0000 |
| commit | bbfdb7d8c802fc86b6528de060a567b3628c09a0 (patch) | |
| tree | e9d4e878d1e10a60e94461fc5821feb1e5d71433 | |
| parent | 4f4fc2ea7bb1b229df4d8f83161349f9f2b30754 (diff) | |
| download | bcm5719-llvm-bbfdb7d8c802fc86b6528de060a567b3628c09a0.tar.gz bcm5719-llvm-bbfdb7d8c802fc86b6528de060a567b3628c09a0.zip | |
[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
llvm-svn: 309852
| -rw-r--r-- | clang/docs/UndefinedBehaviorSanitizer.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/docs/UndefinedBehaviorSanitizer.rst b/clang/docs/UndefinedBehaviorSanitizer.rst index aa52f2d1556..5b43e2ef847 100644 --- a/clang/docs/UndefinedBehaviorSanitizer.rst +++ b/clang/docs/UndefinedBehaviorSanitizer.rst @@ -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 |

