summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/unix-fns.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks2013-04-231-4/+72
* [analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks2013-04-031-2/+2
* [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek2013-02-261-8/+8
* Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek2013-02-051-2/+94
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-1/+1
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-12/+12
* [analyzer] Fix test case broken by previous commit.Jordan Rose2012-11-151-0/+1758
* [analyzer] Make sure calls in synthesized functions have valid path locations.Jordan Rose2012-11-151-1788/+0
* [analyzer] Warn about reallocf with an allocation size of 0, like realloc.Jordan Rose2012-10-301-176/+269
* Add faux-body support for dispatch_once().Ted Kremenek2012-09-211-0/+312
* Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek2012-09-211-1/+1436
* When warning about unsafe uses of dispatch_once, specially handle theTed Kremenek2012-09-131-0/+15
* "This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...Ted Kremenek2012-01-111-0/+38
* Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() ...Ted Kremenek2012-01-031-0/+32
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-1/+0
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-2/+2
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis2011-02-241-2/+2
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-151-2/+2
* Static analyzer: Catch calls to malloc() withTed Kremenek2010-11-161-0/+17
* Add static analyzer check for calls to 'pthread_once()' where the control-flo...Ted Kremenek2010-04-081-2/+35
* Remove test case dependancy on platform headers.Ted Kremenek2010-02-251-1/+5
* Add UnixAPIChecker, a meta checker to include various precondition checks for...Ted Kremenek2010-02-251-0/+15
OpenPOWER on IntegriCloud