Ted Kremenek
|
fe0f1788ca
|
Add RegionStore support for the implicit object region that 'self' references. This causes tests 'ObjCProperties.m' and 'refcnt_naming.m' to now pass with RegionStore.
llvm-svn: 62814
|
2009-01-22 23:43:57 +00:00 |
Daniel Dunbar
|
34fc92fdc2
|
Add -analyze action to run static analyzer, instead of inferring from
individual checker options.
llvm-svn: 62634
|
2009-01-20 23:17:32 +00:00 |
Fariborz Jahanian
|
9a207ee4dc
|
Patch to allow over-riding of readonly property to
a writable property in one of its category.
llvm-svn: 60035
|
2008-11-25 17:56:43 +00:00 |
Ted Kremenek
|
5870046c43
|
"Implement" GRExprEngine::VisitLValue for ObjCPropertyRefExpr. This is only a bandid; we need to properly handle properties by using locv/nonloc objects and specially handling property assignments in the transfer function for BinaryOperator.
llvm-svn: 57693
|
2008-10-17 17:24:14 +00:00 |