| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p... | Hubert Tong | 2019-06-11 | 1 | -1/+1 |
* | Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl... | Reid Kleckner | 2019-06-10 | 1 | -1/+1 |
* | [analyzer][tests] Add normalize_plist to replace diff_plist | Hubert Tong | 2019-06-10 | 1 | -1/+1 |
* | [analyzer] [NFC] Reverse the argument order for "diff" in tests | George Karpenkov | 2019-01-10 | 1 | -1/+1 |
* | [Analyzer] Define and use diff_plist in tests, NFC | Mikhail Maltsev | 2018-09-17 | 1 | -1/+1 |
* | [analyzer] [NFC] Change the tests by making the version check more resilient | George Karpenkov | 2018-09-11 | 1 | -1/+1 |
* | Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist ... | George Karpenkov | 2018-09-07 | 1 | -2832/+3 |
* | Revert "Revert "Revert "[analyzer] Add coverage information to plist output, ... | Simon Pilgrim | 2018-09-07 | 1 | -3/+2832 |
* | Revert "Revert "[analyzer] Add coverage information to plist output, update t... | George Karpenkov | 2018-09-07 | 1 | -2832/+3 |
* | Revert "[analyzer] Add coverage information to plist output, update tests" | George Karpenkov | 2018-09-07 | 1 | -3/+2832 |
* | [analyzer] Add coverage information to plist output, update tests | George Karpenkov | 2018-09-07 | 1 | -2832/+3 |
* | [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default | George Karpenkov | 2018-08-29 | 1 | -1/+1 |
* | [analyzer] [NFC] Remove unused Extensive diagnostic setting, | George Karpenkov | 2018-06-12 | 1 | -35/+171 |
* | [analyzer] Model correct dispatch_once() 'done' value in BodyFarm | Devin Coughlin | 2017-11-06 | 1 | -240/+754 |
* | [analyzer] Move zero-size allocation checks to optin.portability. | Artem Dergachev | 2017-06-27 | 1 | -2/+2 |
* | Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons... | Dominic Chen | 2017-03-03 | 1 | -2/+2 |
* | Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi... | Dominic Chen | 2017-03-02 | 1 | -2/+2 |
* | Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons... | Dominic Chen | 2017-03-02 | 1 | -2/+2 |
* | Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi... | Dominic Chen | 2017-03-02 | 1 | -2/+2 |
* | Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons... | Dominic Chen | 2017-03-02 | 1 | -2/+2 |
* | Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl... | Dominic Chen | 2017-02-28 | 1 | -2/+2 |
* | Reland: [analyzer] NFC: Update test infrastructure to support multiple constr... | Dominic Chen | 2017-02-28 | 1 | -2/+2 |
* | Revert "[analyzer] NFC: Update test infrastructure to support multiple constr... | Dominic Chen | 2017-02-27 | 1 | -2/+2 |
* | [analyzer] NFC: Update test infrastructure to support multiple constraint man... | Dominic Chen | 2017-02-27 | 1 | -2/+2 |
* | [analyzer] Extend UnixAPIChecker open() checks to handle openat(). | Devin Coughlin | 2016-12-16 | 1 | -1814/+2040 |
* | [analyzer] Bug identification | Gabor Horvath | 2015-10-22 | 1 | -12/+40 |
* | [Static Analyzer] The name of the checker that reports a bug is added | Gabor Horvath | 2015-02-09 | 1 | -0/+14 |
* | [analyzer] Address Jordan’s code review for r183451 | Anna Zaks | 2013-06-06 | 1 | -3/+3 |
* | [analyzer] Ensure that pieces with invalid locations always get removed from ... | Anna Zaks | 2013-06-06 | 1 | -1/+1 |
* | [analyzer] Look through ExprWithCleanups to see if an expr's consumed. | Jordan Rose | 2013-06-06 | 1 | -0/+34 |
* | [analyzer] Enable the new edge algorithm by default. | Jordan Rose | 2013-06-03 | 1 | -1/+1 |
* | [analyzer] Treat analyzer-synthesized function bodies like implicit bodies. | Jordan Rose | 2013-05-24 | 1 | -32/+34 |
* | [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create... | Anna Zaks | 2013-04-23 | 1 | -4/+72 |
* | [analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl... | Anna Zaks | 2013-04-03 | 1 | -2/+2 |
* | [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a... | Ted Kremenek | 2013-02-26 | 1 | -8/+8 |
* | Change subexpressions to be visited in the CFG from left-to-right. | Ted Kremenek | 2013-02-05 | 1 | -2/+94 |
* | [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". | Anna Zaks | 2013-01-24 | 1 | -1/+1 |
* | [analyzer] Plist: change the type of issue_hash from int to string. | Anna Zaks | 2013-01-08 | 1 | -12/+12 |
* | [analyzer] Fix test case broken by previous commit. | Jordan Rose | 2012-11-15 | 1 | -0/+1758 |
* | [analyzer] Make sure calls in synthesized functions have valid path locations. | Jordan Rose | 2012-11-15 | 1 | -1788/+0 |
* | [analyzer] Warn about reallocf with an allocation size of 0, like realloc. | Jordan Rose | 2012-10-30 | 1 | -176/+269 |
* | Add faux-body support for dispatch_once(). | Ted Kremenek | 2012-09-21 | 1 | -0/+312 |
* | Implement faux-body-synthesis of well-known functions in the static analyzer ... | Ted Kremenek | 2012-09-21 | 1 | -1/+1436 |
* | When warning about unsafe uses of dispatch_once, specially handle the | Ted Kremenek | 2012-09-13 | 1 | -0/+15 |
* | "This change adds alloca/valloc checks to UnixAPIChecker. It includes a small... | Ted Kremenek | 2012-01-11 | 1 | -0/+38 |
* | Enhance UnixAPIChecker to also warn about zero-sized allocations to calloc() ... | Ted Kremenek | 2012-01-03 | 1 | -0/+32 |
* | Really remove FlatStoreManager and BasicStoreManager, this time from the driv... | Ted Kremenek | 2011-07-28 | 1 | -1/+0 |
* | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek | 2011-03-24 | 1 | -2/+2 |
* | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis | 2011-02-28 | 1 | -2/+2 |
* | Allow passing a list of comma separated checker names to -analyzer-checker, e.g: | Argyrios Kyrtzidis | 2011-02-24 | 1 | -2/+2 |