]> granicus.if.org Git - clang/commit
If there is a definition of an ObjCInterfaceDecl, make it the Decl returned from...
authorDouglas Gregor <dgregor@apple.com>
Fri, 16 Dec 2011 16:34:57 +0000 (16:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 16 Dec 2011 16:34:57 +0000 (16:34 +0000)
commit8d2dbbf9ddfd9d762a341d83f83d840ff68ce03d
tree2c23d35637f2ea76d7d6cbbfac396fed22a38d43
parent91ec7894ec186dd36f509682f00486c98d8228ed
If there is a definition of an ObjCInterfaceDecl, make it the Decl returned from the corresponding ObjCInterfaceType

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146740 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/DeclObjC.cpp