Age | Commit message (Expand) | Author |
2009-10-20 | RegionStore: Use the *default* binding (instead of the *direct* binding) of a... | Ted Kremenek |
2009-10-20 | retain/release checker: allow 'new', 'copy', 'alloc', 'init' prefix to start ... | Ted Kremenek |
2009-10-17 | Fix another static analyzer crash due to a corner case in "folding" symbolic ... | Ted Kremenek |
2009-10-16 | Fix static analyzer crash due to recently add symbolic-value constant folding... | Ted Kremenek |
2009-10-16 | retain/release checker: Stop tracking reference counts for any symbols touche... | Ted Kremenek |
2009-10-15 | Add a few passing test cases for finding leaks of retained objects stored to ... | Ted Kremenek |
2009-10-15 | retain/release checker: Use simpler utility method for creating class method ... | Ted Kremenek |
2009-10-15 | Per an astute observation from Zhongxing Xu, remove a "special case" logic in | Ted Kremenek |
2009-10-14 | Add comments to test. | Zhongxing Xu |
2009-10-14 | Add test case for <rdar://problem/7257223>, and XFAIL this test until it passes. | Ted Kremenek |
2009-10-14 | retain/release checker: Recognize that calls to | Ted Kremenek |
2009-10-13 | retain/release checker: retained objects passed to pthread_create (as | Ted Kremenek |
2009-10-13 | Turn -Wparentheses on by default. | John McCall |
2009-10-06 | Fix crash introduced by r83358 where a symbol could be eagerly | Ted Kremenek |
2009-10-06 | Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when | Ted Kremenek |
2009-10-01 | Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves! | Ted Kremenek |
2009-09-29 | Fix: <rdar://problem/7261075> [RegionStore] crash when handling load: '*((uns... | Ted Kremenek |
2009-09-29 | Fix really insidious bug in RegionStoreManager::RemoveDeadBindings() | Ted Kremenek |
2009-09-29 | Reapply most of r82939, but add a guard that FieldRegions and friends | Ted Kremenek |
2009-09-28 | Remove test case's dependency on platform headers. | Ted Kremenek |
2009-09-27 | Fix: | Ted Kremenek |
2009-09-26 | Added test case for <rdar://problem/7152418>. | Ted Kremenek |
2009-09-25 | Fix <rdar://problem/7249327> by allowing silent conversions between signed an... | Ted Kremenek |
2009-09-24 | Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' inste... | Ted Kremenek |
2009-09-24 | Fix: <rdar://problem/7249340> [RegionStore] model stores to symbolic paramete... | Ted Kremenek |
2009-09-24 | Shorten the static analyzer diagnostic for 'use of garbage value'. | Ted Kremenek |
2009-09-23 | Fix PR 4988 by removing an invalid assertion (a function can be referenced in | Ted Kremenek |
2009-09-22 | Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with ... | Ted Kremenek |
2009-09-22 | Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via... | Ted Kremenek |
2009-09-21 | Add test case for <rdar://problem/6829164>, which was implicitly fixed in r79... | Ted Kremenek |
2009-09-21 | Provide intermediate solution to handling assignments to structs via an | Ted Kremenek |
2009-09-18 | Re-introduce diagnostic caching in BugReporter that was originally added in | Ted Kremenek |
2009-09-18 | Revert most of r82198, which was causing a large number of crashes | Ted Kremenek |
2009-09-18 | Introduce caching of diagnostics in BugReporter. This provides extra | Ted Kremenek |
2009-09-16 | Have divide-by-zero checker not handled undefined denominators. This is hand... | Ted Kremenek |
2009-09-15 | Add static analyzer transfer function support for __builtin_offsetof. | Ted Kremenek |
2009-09-11 | Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way | Ted Kremenek |
2009-09-09 | Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon... | Ted Kremenek |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-02 | Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng | Ted Kremenek |
2009-09-01 | Add test case from <rdar://problem/7184450>. | Ted Kremenek |
2009-08-28 | Add uninitialized values test case. | Ted Kremenek |
2009-08-28 | retain/release checker: [CIContext createCGImage...] and friends returned CF | Ted Kremenek |
2009-08-28 | Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges | Ted Kremenek |
2009-08-25 | Fix regression in BasicStoreManager caused by implicitly casting loaded value... | Ted Kremenek |
2009-08-25 | Handle pointer arithmetic in RegionStoreManager involving Objective-C pointers | Ted Kremenek |
2009-08-25 | Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the | Ted Kremenek |
2009-08-24 | Add test case for PR 4759. | Ted Kremenek |
2009-08-20 | retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' | Ted Kremenek |
2009-08-20 | Make this test case more portable by removing its dependency on system header... | Ted Kremenek |