]> granicus.if.org Git - clang/commit
IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "policy...
authorDaniel Dunbar <daniel@zuster.org>
Tue, 13 Apr 2010 20:58:55 +0000 (20:58 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 13 Apr 2010 20:58:55 +0000 (20:58 +0000)
commitab970f90ce31a53fe7e6375a37536bf0832fd922
treedca72794ebe2bac936e3a1516ad07fc54112d899
parent4895a8ca41352b9ce572cd64ffa93208898e7546
IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "policy" with which a bit-field should be accessed.
 - For now, these policies are computed to match the current IRgen strategy, although the new information isn't being used yet (except in -fdump-record-layouts).

 - Design comments appreciated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101178 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGRecordLayout.h
lib/CodeGen/CGRecordLayoutBuilder.cpp