aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/unix-fns.c
AgeCommit message (Expand)Author
2013-04-23[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks
2013-04-03[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks
2013-02-26[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek
2013-02-05Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2013-01-08[analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks
2012-11-15[analyzer] Fix test case broken by previous commit.Jordan Rose
2012-11-15[analyzer] Make sure calls in synthesized functions have valid path locations.Jordan Rose
2012-10-30[analyzer] Warn about reallocf with an allocation size of 0, like realloc.Jordan Rose
2012-09-21Add faux-body support for dispatch_once().Ted Kremenek
2012-09-21Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek
2012-09-13When warning about unsafe uses of dispatch_once, specially handle theTed Kremenek
2012-01-11"This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...Ted Kremenek
2012-01-03Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() ...Ted Kremenek
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-24Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis
2011-02-15[analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis
2010-11-16Static analyzer: Catch calls to malloc() withTed Kremenek
2010-04-08Add static analyzer check for calls to 'pthread_once()' where the control-flo...Ted Kremenek
2010-02-25Remove test case dependancy on platform headers.Ted Kremenek
2010-02-25Add UnixAPIChecker, a meta checker to include various precondition checks for...Ted Kremenek