forked from OSchip/llvm-project
[docs] Fix checkers.rst doc for PointerSorting checker
llvm-svn: 355726
This commit is contained in:
parent
1262e52e16
commit
d4c4f7440e
clang/docs/analyzer
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue