[all-commits] [llvm/llvm-project] 74cabd: [CIR] Add basic support for operator new (#145802)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri Jun 27 09:43:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74cabdb806aea341f6bdcc57e2377882f08a4684
https://github.com/llvm/llvm-project/commit/74cabdb806aea341f6bdcc57e2377882f08a4684
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenCXXExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/CodeGen/CIRGenTypeCache.h
A clang/test/CIR/CodeGen/new.cpp
Log Message:
-----------
[CIR] Add basic support for operator new (#145802)
This adds the code to handle operator new expressions in ClangIR.
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