]> granicus.if.org Git - clang/commit
Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants...
authorDaniel Dunbar <daniel@zuster.org>
Fri, 2 Apr 2010 20:10:03 +0000 (20:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 2 Apr 2010 20:10:03 +0000 (20:10 +0000)
commita06549226f45d5b72169a3d054415616dd1014a2
treeb37f780c6eda613fa74815b11e9cca82cd037042
parent6aae87d3839fad00b46159b5b67ef1da5f6c19e9
Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext.
 - Doug, please see the FIXME in DeclObjC.cpp -- I am not sure what the right fix is.

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