]> granicus.if.org Git - clang/commit
[analyzer] ObjC Inlining: add tests for ivars and properties.
authorAnna Zaks <ganna@apple.com>
Fri, 10 Aug 2012 18:56:01 +0000 (18:56 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 10 Aug 2012 18:56:01 +0000 (18:56 +0000)
commit5498e3a01be0446f38c102278847566176f6507f
tree338bc16380b7a431dd36cca76608e05f235dffa6
parent54918ba02ba900c0e0bb4fd3d749b6b1ac4e50a9
[analyzer] ObjC Inlining: add tests for ivars and properties.

TODO:
 - Handle @syncronized properties.
 - Always inline properties declared publicly (do not split the path).
This is tricky since there is no mapping from a Decl to the property in
the AST as far as I can tell.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161683 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/inlining/DynDispatchBifurcate.m
test/Analysis/inlining/InlineObjCInstanceMethod.h