[all-commits] [llvm/llvm-project] 6916eb: [clang][NFC] Use the TypeSize::getXXXValue() inste...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Jan 11 08:08:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6916ebd026500061462917666a0e0d228ed52681
https://github.com/llvm/llvm-project/commit/6916ebd026500061462917666a0e0d228ed52681
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGGPUBuiltin.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/TargetInfo.cpp
Log Message:
-----------
[clang][NFC] Use the TypeSize::getXXXValue() instead of TypeSize::getXXXSize)
This change is one of a series to implement the discussion from
https://reviews.llvm.org/D141134.
More information about the All-commits
mailing list