summaryrefslogtreecommitdiffstats
path: root/test/Analysis/NSPanel.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-2/+2
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-2/+2
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-2/+0
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-4/+4
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-4/+4
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-4/+4
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-4/+4
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Prep for new warning.Mike Stump2009-07-211-1/+1
* 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-0/+2
* retain/release checker: don't track NSPanel until we have better reasoning aboutTed Kremenek2009-04-031-1/+1
* 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
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-2/+2
* 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
* Added static analysis check to see if a subclass of NSObject implements -deal...Ted Kremenek2008-07-031-1/+2
* Fix typo in test case.Ted Kremenek2008-07-021-1/+1
* Added reference count checker test case.Ted Kremenek2008-07-011-0/+86