]> granicus.if.org Git - clang/commit
More Obj-C type encoding improvements.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Oct 2008 16:17:37 +0000 (16:17 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Oct 2008 16:17:37 +0000 (16:17 +0000)
commitd96b35bc6becf8db00d140c11e3d0e53f27567a1
tree0bd124ea4cf5ee89e1d1f72e9caadcf6cf999f17
parent66031a5594bc9a7dc0dc5137c3e7955f835e4639
More Obj-C type encoding improvements.
 - Encode unions and bit-fields correctly.
 - Accept option to name record fields (used for NeXT runtime).

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