projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1262e52
)
[docs] Fix checkers.rst doc for PointerSorting checker
author
Mandeep Singh Grang
<mgrang@quicinc.com>
Fri, 8 Mar 2019 20:35:25 +0000
(20:35 +0000)
committer
Mandeep Singh Grang
<mgrang@quicinc.com>
Fri, 8 Mar 2019 20:35:25 +0000
(20:35 +0000)
llvm-svn: 355726
clang/docs/analyzer/checkers.rst
patch
|
blob
|
history
diff --git
a/clang/docs/analyzer/checkers.rst
b/clang/docs/analyzer/checkers.rst
index b4d53c59de61ef82a139f409c9b5c595f3d7f328..8aabb7777b5193bd419701e9cfb544b293dffa58 100644
(file)
--- 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