[docs] Fix checkers.rst doc for PointerSorting checker

llvm-svn: 355726
This commit is contained in:
Mandeep Singh Grang 2019-03-08 20:35:25 +00:00
parent 1262e52e16
commit d4c4f7440e
1 changed files with 1 additions and 1 deletions
clang/docs/analyzer

View File

@ -1944,7 +1944,7 @@ Check for out-of-bounds access in string functions; applies to:`` strncopy, strn
}
alpha.nondeterminism.PointerSorting (C++)
"""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""
Check for non-determinism caused by sorting of pointers.
.. code-block:: c