summaryrefslogtreecommitdiffstats
path: root/test/Analysis/unix-fns.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Model correct dispatch_once() 'done' value in BodyFarmDevin Coughlin2017-11-061-240/+754
* [analyzer] Move zero-size allocation checks to optin.portability.Artem Dergachev2017-06-271-2/+2
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Extend UnixAPIChecker open() checks to handle openat().Devin Coughlin2016-12-161-1814/+2040
* [analyzer] Bug identificationGabor Horvath2015-10-221-12/+40
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+14
* [analyzer] Address Jordan’s code review for r183451Anna Zaks2013-06-061-3/+3
* [analyzer] Ensure that pieces with invalid locations always get removed from ...Anna Zaks2013-06-061-1/+1
* [analyzer] Look through ExprWithCleanups to see if an expr's consumed.Jordan Rose2013-06-061-0/+34
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-031-1/+1
* [analyzer] Treat analyzer-synthesized function bodies like implicit bodies.Jordan Rose2013-05-241-32/+34
* [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