]> granicus.if.org Git - clang/commit
[AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instead of...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 10 Dec 2013 18:36:43 +0000 (18:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 10 Dec 2013 18:36:43 +0000 (18:36 +0000)
commitc879e6c8dabbfc268ebd1d8cc816c17c4a098c9c
tree9f78ea37f25b26a2e1fbb653d7a1918babe22ca9
parent6eb228f6da1a71ad613ce300ed6b177766b66b3a
[AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instead of lookupMethod().

lookupMethod also goes through categories, which we don't need there.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclObjC.cpp