]> granicus.if.org Git - clang/commit
remove ASTContext::buildObjCInterfaceType, which breaks canonical
authorChris Lattner <sabre@nondot.org>
Wed, 1 Apr 2009 06:23:52 +0000 (06:23 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Apr 2009 06:23:52 +0000 (06:23 +0000)
commit03d9f34a96ea28eaa698cc779462a1ce1dc79105
treef708dde3aed9bc81c5158e475bf63954c0237ede
parent5fb5dfb6646464db3cd6d54a6332375c8fe36b75
remove ASTContext::buildObjCInterfaceType, which breaks canonical
types.  It is no longer needed now that the code generator
re-lays-out interfaces if they are defines after being laid out
from a forward decl.

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