aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/unix-fns.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-06[analyzer] Address Jordan’s code review for r183451Anna Zaks1-3/+3
2013-06-06[analyzer] Ensure that pieces with invalid locations always get removed from ...Anna Zaks1-1/+1
2013-06-06[analyzer] Look through ExprWithCleanups to see if an expr's consumed.Jordan Rose1-0/+34
2013-06-03[analyzer] Enable the new edge algorithm by default.Jordan Rose1-1/+1
2013-05-24[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.Jordan Rose1-32/+34
2013-04-23[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks1-4/+72
2013-04-03[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks1-2/+2
2013-02-26[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek1-8/+8
2013-02-05Change subexpressions to be visited in the CFG from left-to-right.Ted Kremenek1-2/+94
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks1-1/+1
2013-01-08[analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks1-12/+12
2012-11-15[analyzer] Fix test case broken by previous commit.Jordan Rose1-0/+1758
2012-11-15[analyzer] Make sure calls in synthesized functions have valid path locations.Jordan Rose1-1788/+0
2012-10-30[analyzer] Warn about reallocf with an allocation size of 0, like realloc.Jordan Rose1-176/+269
2012-09-21Add faux-body support for dispatch_once().Ted Kremenek1-0/+312
2012-09-21Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek1-1/+1436
2012-09-13When warning about unsafe uses of dispatch_once, specially handle theTed Kremenek1-0/+15
2012-01-11"This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...Ted Kremenek1-0/+38
2012-01-03Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() ...Ted Kremenek1-0/+32
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek1-1/+0
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek1-2/+2
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-2/+2
2011-02-24Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis1-2/+2
2011-02-15[analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis1-2/+2
2010-11-16Static analyzer: Catch calls to malloc() withTed Kremenek1-0/+17
2010-04-08Add static analyzer check for calls to 'pthread_once()' where the control-flo...Ted Kremenek1-2/+35
2010-02-25Remove test case dependancy on platform headers.Ted Kremenek1-1/+5
2010-02-25Add UnixAPIChecker, a meta checker to include various precondition checks for...Ted Kremenek1-0/+15