summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CStringChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a new path-sensitive checker for functions in <string.h>, for both ↵Jordy Rose2010-07-061-0/+358
null-terminated strings and memory blocks. Currently only checks memcpy(), memmove(), and bcopy(), but this is intended to be expanded soon. llvm-svn: 107722
OpenPOWER on IntegriCloud