[all-commits] [llvm/llvm-project] 880ee4: [clang][CGExpr] Avoid Type::getPointerTo() (NFC) (...
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Fri Sep 27 00:08:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 880ee48d5c9d88be1c611451e84f16eafcebd1a6
https://github.com/llvm/llvm-project/commit/880ee48d5c9d88be1c611451e84f16eafcebd1a6
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
Log Message:
-----------
[clang][CGExpr] Avoid Type::getPointerTo() (NFC) (#110209)
`Type::getPointerTo()` is to be removed soon.
This also removes the whole code section for "C99 6.5.2.2p6"; It's
essentially a no-op since llvm uses opaque pointers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list