summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CStringChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* do not bind temporaries to non-const referencesGabor Greif2010-09-091-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-7/+7
* Allow the "size" of a buffer access check to be either signed or unsigned. Fi...Jordy Rose2010-08-161-1/+1
* Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:Jordy Rose2010-08-161-16/+201
* Update CStringChecker to take advantage of the new metadata symbols and regio...Jordy Rose2010-08-141-87/+245
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-9/+5
* When checking if a buffer access is valid, first make sure the buffer has a v...Jordy Rose2010-08-051-11/+15
* 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