aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/delegates.m
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+1
2012-07-25Turn -Wobjc-root-class on by default. <rdar://problem/11203649>.Ted Kremenek1-1/+1
2012-07-02[analyzer] Convert RetainCountChecker to use CallEvent as much as possible.Jordan Rose1-3/+2
2012-06-15[analyzer] RetainCount: don't track objects init'd with a delegateJordan Rose1-0/+18
2011-09-02[analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose1-1/+1
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek1-1/+0
2011-02-28[analyzer] Run the ExprEngine depending on the CheckerManager having path-sen...Argyrios Kyrtzidis1-2/+2
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis1-2/+2
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek1-2/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-2/+2
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu1-2/+2
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek1-2/+2
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek1-1/+0
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek1-1/+1
2009-07-06Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek1-0/+1
2009-04-24retain/release checker:Ted Kremenek1-0/+114