summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/string.c
Commit message (Expand)AuthorAgeFilesLines
* This patch adds modeling of strcmp() to the CString checker. Validates inputs...Lenny Maiorani2011-04-121-0/+86
* strcat() and strncat() model additions to CStringChecker.Lenny Maiorani2011-04-091-0/+158
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-4/+4
* Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum2011-03-071-2/+2
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-4/+4
* Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis2011-02-241-4/+4
* Add CStringChecker support for strncpy. Patch by Lenny Maiorani!Ted Kremenek2011-02-221-0/+68
* Add CStringChecker support for strnlen. Patch by Lenny Maiorani!Ted Kremenek2011-02-221-0/+132
* [analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis2011-02-151-4/+4
* Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes:Jordy Rose2010-08-161-0/+101
* Update CStringChecker to take advantage of the new metadata symbols and regio...Jordy Rose2010-08-141-6/+80
* Added some false positive checking to UnreachableCodeCheckerTom Care2010-07-271-2/+2
* Groundwork for C string length tracking. Currently only handles the length of...Jordy Rose2010-07-271-0/+65
OpenPOWER on IntegriCloud