]> granicus.if.org Git - clang/commit
Rename getByteSize() and getTypeSizeInBytes() in ASTContext to getCharWidth()
authorKen Dyck <ken.dyck@onsemi.com>
Fri, 18 Dec 2009 15:24:05 +0000 (15:24 +0000)
committerKen Dyck <ken.dyck@onsemi.com>
Fri, 18 Dec 2009 15:24:05 +0000 (15:24 +0000)
commitcc906ef220c9be2644ad942457766d46a0b3651e
tree36a709d57d688e7826dc508071789213dae52bb8
parent6f0e485a5cc120c5b30f5a5d11b2784de0c9c767
Rename getByteSize() and getTypeSizeInBytes() in ASTContext to getCharWidth()
and getTypeSizeInChars() to reflect their basis in character type units, not
that of a possibly independent architecture-specific byte.

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