]> granicus.if.org Git - clang/commit
Fixed a 64bit code gen bug of a cateogory
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 13 Feb 2009 17:52:22 +0000 (17:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 13 Feb 2009 17:52:22 +0000 (17:52 +0000)
commit943ed6ff5fafabc5ee1ea6a015908562688fbd47
tree9948c4f016db7eb21c5c7f59dc64e72cd2fc8e6e
parent55e5d8956be516d66db2196bd0ce3c30ebf5fbf0
Fixed a 64bit code gen bug of a cateogory
implementation with no category declaration!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64470 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/no-category-class.m [new file with mode: 0644]