[all-commits] [llvm/llvm-project] ac8295: [Clang][CodeGen] Move `EmitPointerArithmetic` into...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Fri Aug 8 06:41:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac8295550b4e0abe044099485f95f7ac08cbb19f
https://github.com/llvm/llvm-project/commit/ac8295550b4e0abe044099485f95f7ac08cbb19f
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
[Clang][CodeGen] Move `EmitPointerArithmetic` into `CodeGenFunction`. NFC. (#152634)
`CodeGenFunction::EmitPointerArithmetic` is needed by
https://github.com/llvm/llvm-project/pull/152575. Separate the NFC
changes into a new PR for smooth review.
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