From d4c4f7440e0031c0455f6de05a6b538d1bea388c Mon Sep 17 00:00:00 2001 From: Mandeep Singh Grang Date: Fri, 8 Mar 2019 20:35:25 +0000 Subject: [PATCH] [docs] Fix checkers.rst doc for PointerSorting checker llvm-svn: 355726 --- clang/docs/analyzer/checkers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst index b4d53c5..8aabb77 100644 --- a/clang/docs/analyzer/checkers.rst +++ b/clang/docs/analyzer/checkers.rst @@ -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 -- 2.7.4