commit | 6fbe0317aa38dbac22a29f7519c52db838aa1990 | [log] [tgz] |
---|---|---|
author | Anna Zaks <ganna@apple.com> | Fri Jul 27 19:07:32 2012 +0000 |
committer | Anna Zaks <ganna@apple.com> | Fri Jul 27 19:07:32 2012 +0000 |
tree | 71b5ede06428007835d71212127dfa2113a251d7 | |
parent | 3b198a97d2aceb1620483586c8c3cabf9e5e8078 [diff] [blame] |
[analyzer] Address Jordan's and Fariborz's review of r160768. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160883 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/inlining/InlineObjCClassMethod.m b/test/Analysis/inlining/InlineObjCClassMethod.m index 0765251..8c0e733 100644 --- a/test/Analysis/inlining/InlineObjCClassMethod.m +++ b/test/Analysis/inlining/InlineObjCClassMethod.m
@@ -114,6 +114,7 @@ // False negative. // ObjC class method call through a decl with a known type. // We should be able to track the type of currentClass and inline this call. +// Note, [self class] could be a subclass. Do we still want to inline here? @interface MyClassKT : NSObject @end @interface MyClassKT (MyCatKT)