[all-commits] [llvm/llvm-project] 5d54d3: [CIR] Add support for initializing classes with mu...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Tue Aug 26 17:20:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d54d348f2387737196d8a6ab234cba23a156641
      https://github.com/llvm/llvm-project/commit/5d54d348f2387737196d8a6ab234cba23a156641
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenClass.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    M clang/test/CIR/CodeGen/multi-vtable.cpp

  Log Message:
  -----------
  [CIR] Add support for initializing classes with multiple vtables (#155275)

This adds support for initializing the vptr members in a class that
requires multiple vtables because of multiple inheritence. This still
does not handle virtual bases.



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