| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons... | Dominic Chen | 2017-03-03 | 1 | -4/+4 |
| * | Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi... | Dominic Chen | 2017-03-02 | 1 | -4/+4 |
| * | Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons... | Dominic Chen | 2017-03-02 | 1 | -4/+4 |
| * | Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi... | Dominic Chen | 2017-03-02 | 1 | -4/+4 |
| * | Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons... | Dominic Chen | 2017-03-02 | 1 | -4/+4 |
| * | Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl... | Dominic Chen | 2017-02-28 | 1 | -4/+4 |
| * | Reland: [analyzer] NFC: Update test infrastructure to support multiple constr... | Dominic Chen | 2017-02-28 | 1 | -4/+4 |
| * | Revert "[analyzer] NFC: Update test infrastructure to support multiple constr... | Dominic Chen | 2017-02-27 | 1 | -4/+4 |
| * | [analyzer] NFC: Update test infrastructure to support multiple constraint man... | Dominic Chen | 2017-02-27 | 1 | -4/+4 |
| * | [analyzer] Drop explicit mention of range constraint solver | Dominic Chen | 2016-12-01 | 1 | -4/+4 |
| * | [analyzer] Fix crash in RetainCountChecker::checkEndFunction | Alexander Shaposhnikov | 2016-09-23 | 1 | -2/+6 |
| * | [analyzer] Use BodyFarm-synthesized body even when actual body available. | Devin Coughlin | 2016-03-28 | 1 | -1/+14 |
| * | [analyzer] Place all inlining policy checks into one palce | Anna Zaks | 2013-02-22 | 1 | -0/+1 |
| * | [analyzer] Always inline functions with bodies generated by BodyFarm. | Anna Zaks | 2013-02-02 | 1 | -0/+24 |
| * | Remove OSAtomicChecker. | Ted Kremenek | 2012-10-11 | 1 | -2/+2 |
| * | Fix analyzer tests. | Ted Kremenek | 2012-08-24 | 1 | -2/+2 |
| * | Remove BasicConstraintManager. It hasn't been in active service for a while. | Ted Kremenek | 2012-08-22 | 1 | -2/+0 |
| * | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard | 2012-04-06 | 1 | -4/+4 |
| * | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -7/+7 |
| * | [analyzer] Move the knowledge of whether or not GC is enabled for the current... | Jordy Rose | 2011-09-02 | 1 | -4/+4 |
| * | [analyzer] rename all experimental checker packages to have 'experimental' be... | Ted Kremenek | 2011-08-03 | 1 | -4/+4 |
| * | Really remove FlatStoreManager and BasicStoreManager, this time from the driv... | Ted Kremenek | 2011-07-28 | 1 | -5/+0 |
| * | Rework checker "packages" and groups to be more hierarchical. | Ted Kremenek | 2011-03-24 | 1 | -8/+8 |
| * | Make the Objective-C checker look for subclasses of NSString instead of just ... | Anders Carlsson | 2011-03-08 | 1 | -0/+7 |
| * | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis | 2011-02-28 | 1 | -8/+8 |
| * | [analyzer] Migrate OSAtomicChecker to CheckerV2. | Argyrios Kyrtzidis | 2011-02-28 | 1 | -8/+8 |
| * | [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h... | Argyrios Kyrtzidis | 2011-02-24 | 1 | -8/+8 |
| * | [analyzer] Use the new registration mechanism on the apple checkers: | Argyrios Kyrtzidis | 2011-02-16 | 1 | -8/+8 |
| * | Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. | Ted Kremenek | 2010-02-05 | 1 | -8/+8 |
| * | Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes. | Zhongxing Xu | 2010-01-11 | 1 | -0/+8 |
| * | Enhance SVals::getAsRegion: get the region that is converted to an integer. | Zhongxing Xu | 2010-01-11 | 1 | -0/+8 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -8/+8 |
| * | Replace clang-cc with clang -cc1. | Zhongxing Xu | 2009-12-14 | 1 | -8/+8 |
| * | Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We... | Ted Kremenek | 2009-12-09 | 1 | -4/+20 |
| * | OSAtomic simulation: use the original region as the location to load from, | Zhongxing Xu | 2009-12-09 | 1 | -2/+2 |
| * | Handle case of missing '@end' in implementation context | Fariborz Jahanian | 2009-11-16 | 1 | -2/+1 |
| * | Add clang-cc option "--analyzer-experimental-internal-checks". This | Ted Kremenek | 2009-11-13 | 1 | -8/+8 |
| * | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -3/+3 |
| * | Per an astute observation from Zhongxing Xu, remove a "special case" logic in | Ted Kremenek | 2009-10-15 | 1 | -10/+45 |
| * | Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only | Ted Kremenek | 2009-07-29 | 1 | -2/+0 |
| * | Add another analyzer test case involving an OSAtomic function. | Ted Kremenek | 2009-07-29 | 1 | -0/+6 |
| * | Prep for new warning. | Mike Stump | 2009-07-21 | 1 | -0/+1 |
| * | This test now passes with RegionStore. | Ted Kremenek | 2009-07-20 | 1 | -5/+3 |
| * | Switch BasicStoreManager to use the new CastRegion implementation by default, | Ted Kremenek | 2009-07-10 | 1 | -2/+2 |
| * | Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi... | Ted Kremenek | 2009-07-06 | 1 | -1/+3 |
| * | Remove the -arch option from clang-cc: for all practical purposes, it's | Eli Friedman | 2009-05-19 | 1 | -4/+4 |
| * | Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a... | Ted Kremenek | 2009-05-13 | 1 | -3/+28 |
| * | Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto... | Ted Kremenek | 2009-05-11 | 1 | -0/+12 |
| * | Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or ... | Ted Kremenek | 2009-05-03 | 1 | -1/+18 |
| * | Add CFG support for @synchronized. This fixes <rdar://problem/6848820>. | Ted Kremenek | 2009-05-02 | 1 | -0/+8 |