summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CStringChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Groundwork for C string length tracking. Currently only handles the length of...Jordy Rose2010-07-271-2/+189
* Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero...Jordy Rose2010-07-081-139/+171
* Add memcmp() and bcmp() to CStringChecker. These check for valid access to th...Jordy Rose2010-07-071-0/+66
* Cleanup on CStringChecker and its associated tests. Also check for null argum...Jordy Rose2010-07-071-8/+77
* Add a new path-sensitive checker for functions in <string.h>, for both null-t...Jordy Rose2010-07-061-0/+358
OpenPOWER on IntegriCloud