]> granicus.if.org Git - clang/commit
Strangely enough, name of ObjC class is not encoded into the
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 20 Dec 2008 19:17:01 +0000 (19:17 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 20 Dec 2008 19:17:01 +0000 (19:17 +0000)
commitadcaf544a9d863a4afb29cc5420095320fccafd8
tree342d92eab55e32bdcf5eada2d86af0f6044f66b3
parente6d5a4a58346441c969d5fcc7aa053e029186f86
Strangely enough, name of ObjC class is not encoded into the
full encoding of the class which has an ivar of pointer to this
class. Its name is encoded in the type for the ivar in the
ivar-list metadata. This patch conforms to the above rule.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61282 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/CodeGenObjC/encode-test.m