[docs] Fix checkers.rst doc for PointerSorting checker
authorMandeep Singh Grang <mgrang@quicinc.com>
Fri, 8 Mar 2019 20:35:25 +0000 (20:35 +0000)
committerMandeep Singh Grang <mgrang@quicinc.com>
Fri, 8 Mar 2019 20:35:25 +0000 (20:35 +0000)
llvm-svn: 355726

clang/docs/analyzer/checkers.rst

index b4d53c5..8aabb77 100644 (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