[clang] [llvm] [clang] Integrate LLVMABI for function call ABI lowering (PR #194460)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Wed May 6 02:03:37 PDT 2026
================
@@ -62,18 +67,18 @@ class CodeGenTypes {
/// manipulation is done by the runtime interfaces, which are
/// responsible for coercing to the appropriate type; these opaque
/// types are never refined.
- llvm::DenseMap<const ObjCInterfaceType*, llvm::Type *> InterfaceTypes;
+ llvm::DenseMap<const ObjCInterfaceType *, llvm::Type *> InterfaceTypes;
----------------
nikic wrote:
Looks like some spurious reformats got introduced here.
https://github.com/llvm/llvm-project/pull/194460
More information about the cfe-commits
mailing list