[all-commits] [llvm/llvm-project] 49f060: [clang][bytecode] Fix union copy/move operator act...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Mar 20 11:09:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49f06075a6d298bd13564c9bffcf51281bed4962
      https://github.com/llvm/llvm-project/commit/49f06075a6d298bd13564c9bffcf51281bed4962
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-03-20 (Thu, 20 Mar 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Function.cpp
    M clang/lib/AST/ByteCode/Function.h
    M clang/lib/AST/ByteCode/Interp.cpp
    M clang/test/AST/ByteCode/unions.cpp

  Log Message:
  -----------
  [clang][bytecode] Fix union copy/move operator active check (#132238)

Don't call CheckActive for copy/move operators. They will activate the
union member.



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