aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/casts.m
AgeCommit message (Expand)AuthorFilesLines
2013-07-25[analyzer] Weaken assertion to account for pointer-to-integer casts.Jordan Rose1-5/+8
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+1
2012-08-24Fix analyzer tests.Ted Kremenek1-1/+1
2011-11-06Change the AST representation of operations on Objective-CJohn McCall1-1/+2
2011-09-12[analyzer] Simplify the test, use generic/more descriptive names.Anna Zaks1-8/+8
2011-09-12[analyzer] Fix a new failure encountered while building Adium exposed as a re...Anna Zaks1-0/+20
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek1-1/+1
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek1-1/+0
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...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-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar1-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-03-24Rename clang to clang-cc.Daniel Dunbar1-2/+2
2009-03-05Fix another GRExprEngine::VisitCast regression: handle casts of void* to func...Ted Kremenek1-2/+8
2009-03-05Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function poin...Ted Kremenek1-0/+16