[PATCH] D50488: [Analyzer] Checker for non-determinism caused by sorting of pointer-like elements
Mandeep Singh Grang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 19 16:23:31 PST 2019
mgrang added a comment.
Also I don't see the helptext for PointerSorting when I run:
clang -cc1 -analyzer-checker-help | grep Pointer
alpha.core.PointerArithm Check for pointer arithmetic on locations other than array elements
alpha.core.PointerSub Check for pointer subtractions on two pointers pointing to different memory chunks
alpha.nondeterminism.PointerSorting
cplusplus.InnerPointer Check for inner pointers of C++ containers used after re/deallocation
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50488/new/
https://reviews.llvm.org/D50488
More information about the cfe-commits
mailing list