aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/NSWindow.m
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Fix analyzer tests.Ted Kremenek1-1/+1
2012-08-22Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek1-1/+0
2011-09-02[analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose1-2/+2
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek1-2/+2
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek1-2/+0
2011-03-12Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek1-4/+4
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-4/+4
2011-02-28[analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis1-4/+4
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis1-4/+4
2011-02-17[analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis1-4/+4
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek1-4/+4
2010-02-05Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek1-4/+4
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-4/+4
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu1-4/+4
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek1-4/+4
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-3/+3
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek1-2/+0
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek1-2/+2
2009-07-06Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek1-0/+2
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-4/+4
2009-03-04For now, do not track NSWindow objects and it's subclasses.Ted Kremenek1-1/+2
2009-02-23retain/release checker: For now don't track the retain count of NSWindow obje...Ted Kremenek1-1/+2
2009-02-17Update several tests to explicitly use BasicConstraintManager as well as to u...Ted Kremenek1-2/+3
2009-02-17Static Analyzer driver/options (partial) cleanup:Ted Kremenek1-2/+3
2009-02-04Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek1-2/+2
2009-01-22These test cases now pass with RegionStore.Ted Kremenek1-1/+2
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar1-1/+1
2008-07-02Update test case with new clang arguments.Ted Kremenek1-1/+1
2008-06-25CF ref checker:Ted Kremenek1-0/+84