summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NSString.m
Commit message (Expand)AuthorAgeFilesLines
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-8/+8
* Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes.Zhongxing Xu2010-01-111-0/+8
* Enhance SVals::getAsRegion: get the region that is converted to an integer.Zhongxing Xu2010-01-111-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-8/+8
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-8/+8
* Fix null dereference in OSAtomicChecker and special case SymbolicRegions. We...Ted Kremenek2009-12-091-4/+20
* OSAtomic simulation: use the original region as the location to load from,Zhongxing Xu2009-12-091-2/+2
* Handle case of missing '@end' in implementation contextFariborz Jahanian2009-11-161-2/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-8/+8
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Per an astute observation from Zhongxing Xu, remove a "special case" logic inTed Kremenek2009-10-151-10/+45
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Add another analyzer test case involving an OSAtomic function.Ted Kremenek2009-07-291-0/+6
* Prep for new warning.Mike Stump2009-07-211-0/+1
* This test now passes with RegionStore.Ted Kremenek2009-07-201-5/+3
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-2/+2
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-1/+3
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-4/+4
* Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...Ted Kremenek2009-05-131-3/+28
* Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...Ted Kremenek2009-05-111-0/+12
* Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or ...Ted Kremenek2009-05-031-1/+18
* Add CFG support for @synchronized. This fixes <rdar://problem/6848820>.Ted Kremenek2009-05-021-0/+8
* Add function prototype for OSAtomicCompareAndSwap32Barrier.Ted Kremenek2009-05-011-0/+1
* Add test case for transfer function logic for OSCompareAndSwap32Barrier.Ted Kremenek2009-04-291-4/+14
* Further cleanups to isTrackedObjectType().Ted Kremenek2009-04-231-0/+9
* retain/release checker: Don't call isTrackedObject() with the canonical type.Ted Kremenek2009-04-231-1/+1
* Temporarily remove expected warnings.Ted Kremenek2009-04-231-1/+1
* Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatlyTed Kremenek2009-04-231-0/+8
* Added over-release test case.Ted Kremenek2009-04-211-1/+8
* Add analyzer support for objc_atomicCompareAndSwap()Ted Kremenek2009-04-111-1/+11
* Implement analyzer support for OSCompareAndSwap. This required pushing "tagged"Ted Kremenek2009-04-111-3/+17
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-4/+4
* Update several tests to explicitly use BasicConstraintManager as well as to u...Ted Kremenek2009-02-171-2/+3
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-2/+3
* Update test case.Ted Kremenek2009-02-071-1/+1
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-2/+2
* More hacking on static analyzer diagnostics. When emitting summary diagnosti...Ted Kremenek2009-01-241-1/+1
* These test cases now pass with RegionStore.Ted Kremenek2009-01-221-1/+2
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* This commit reflects changes to the retain/release checker motivated by myTed Kremenek2009-01-071-0/+11
* Added test case for suppressing leak warnings for reference-counted objects p...Ted Kremenek2008-12-181-0/+9
* CF-retain/release checker:Ted Kremenek2008-12-171-3/+13
* Add EXTWARN Diagnostic class.Daniel Dunbar2008-08-051-4/+5
* Skip the "-dealloc" check if a ObjC class contains no ivars.Ted Kremenek2008-07-031-2/+2
* Added static analysis check to see if a subclass of NSObject implements -deal...Ted Kremenek2008-07-031-2/+2
* Move NSString.m test case from Analysis-Apple to Analysis. The test case now...Ted Kremenek2008-06-161-0/+180
OpenPOWER on IntegriCloud