summaryrefslogtreecommitdiff
path: root/test/Analysis/unix-fns.c
AgeCommit message (Expand)Author
2017-11-06[analyzer] Model correct dispatch_once() 'done' value in BodyFarmDevin Coughlin
2017-06-27[analyzer] Move zero-size allocation checks to optin.portability.Artem Dergachev
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2016-12-16[analyzer] Extend UnixAPIChecker open() checks to handle openat().Devin Coughlin
2015-10-22[analyzer] Bug identificationGabor Horvath
2015-02-09[Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath
2013-06-06[analyzer] Address Jordan’s code review for r183451Anna Zaks
2013-06-06[analyzer] Ensure that pieces with invalid locations always get removed from ...Anna Zaks
2013-06-06[analyzer] Look through ExprWithCleanups to see if an expr's consumed.Jordan Rose
2013-06-03[analyzer] Enable the new edge algorithm by default.Jordan Rose
2013-05-24[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.Jordan Rose
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