summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/string.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Assume that strings are no longer than SIZE_MAX/4.Jordan Rose2013-08-191-2/+4
* [analyzer] Model strsep(), particularly that it returns its input.Jordan Rose2013-04-221-0/+51
* [analyzer] Don't invalidate globals when there's no call involved.Jordan Rose2013-03-201-0/+4
* [analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.Anna Zaks2013-03-151-17/+27
* Fix analyzer tests.Ted Kremenek2012-08-241-4/+4
* [analyzer] Fix test for PR12206, which was failing on i386.Jordy Rose2012-05-161-31/+0
* [analyzer] Revert a regression committed in r156920.Anna Zaks2012-05-161-5/+4
* [analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose2012-05-161-244/+139
* [analyzer] strncpy: Special-case a length of 0 to avoid an incorrect warning.Jordy Rose2012-05-141-0/+22
* [analyzer] Equality ops are like relational ops in that the arguments shouldn...Jordy Rose2012-05-031-0/+32
* [analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks2012-02-201-4/+4
* [analyzer] Allow each CString check to be enabled/disabledAnna Zaks2012-02-071-4/+4
* [analyzer] Add checks for common anti-patterns in strncat.Anna Zaks2012-01-311-4/+4
* [analyzer] RegionStoreManager::getBinding() should not crash whenAnna Zaks2012-01-131-0/+4
* [analyzer] Do not invalidate arguments when the parameter'sAnna Zaks2011-12-201-0/+12
* [analyzer] CStringChecker should not rely on the analyzer generating UndefOrU...Anna Zaks2011-12-111-1/+9
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-4/+4
* [analyzer] strnlen isn't a builtin, don't test for itJordy Rose2011-06-281-8/+7
* [analyzer] Finish size argument checking for strncat (and strncpy).Jordy Rose2011-06-201-4/+61
* [analyzer] Re-enable checking for strncpy, along with a new validation of the...Jordy Rose2011-06-201-0/+99
* [analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...Jordy Rose2011-06-201-32/+32
* [analyzer] Clean up modeling of strcmp, including cases where a string litera...Jordy Rose2011-06-161-4/+29
* [analyzer] Revise CStringChecker's modelling of strcpy() and strcat():Jordy Rose2011-06-151-6/+31
* [analyzer] CStringChecker checks functions in the C standard library, not C++...Jordy Rose2011-06-141-4/+4
* [analyzer] Fix modeling of strnlen to be more conservative. Move tests we can...Jordy Rose2011-06-141-54/+37
* Removing strncpy() checking in CString checker for now. Some significant chan...Lenny Maiorani2011-05-031-68/+0
* Implements strncasecmp() checker and simplifies some of the logic around crea...Lenny Maiorani2011-05-021-0/+106
* Implements strcasecmp() checker in Static Analyzer.Lenny Maiorani2011-04-281-0/+84
* Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis2011-04-261-4/+4
* Implements the strncmp() checker just like the strcmp() checker, but with bou...Lenny Maiorani2011-04-251-0/+106
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* 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