]> granicus.if.org Git - clang/commit
Replace calls to getTypeSize() and getTypeAlign() with their 'InChars'
authorKen Dyck <kd@kendyck.com>
Wed, 19 Jan 2011 01:58:38 +0000 (01:58 +0000)
committerKen Dyck <kd@kendyck.com>
Wed, 19 Jan 2011 01:58:38 +0000 (01:58 +0000)
commitfe71008c2764768f25478b16c1802755189ed7c9
tree54b4b86c30e456a0ab8bf588a28d762dee47ea6f
parent69fc1b330090853ced40436805258fc9a0a70bdc
Replace calls to getTypeSize() and getTypeAlign() with their 'InChars'
counterparts where char units are needed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123805 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp