diff options
author | Xiangling Liao <Xiangling.Liao@ibm.com> | 2020-09-30 09:52:41 -0400 |
---|---|---|
committer | Xiangling Liao <Xiangling.Liao@ibm.com> | 2020-09-30 10:32:53 -0400 |
commit | 944691f0b7fa8d99790a4544545e55f014c37295 (patch) | |
tree | 8ca07f6641b5cf1a9c9831efdd900a29bdf5b84d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | dc261d23d07cccfa7b10a3d1a43903138aee94dc (diff) | |
download | llvm-944691f0b7fa8d99790a4544545e55f014c37295.zip llvm-944691f0b7fa8d99790a4544545e55f014c37295.tar.gz llvm-944691f0b7fa8d99790a4544545e55f014c37295.tar.bz2 |
[NFC][FE] Replace TypeSize with StorageUnitSize
On some targets like AIX, last bitfield size is not always equal to last
bitfield type size. Some bitfield like bool will have the same alignment
as [unsigned]. So we'd like to use a more general term `StorageUnit` to
replace type in this field.
Differential Revision: https://reviews.llvm.org/D88260
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions