[all-commits] [llvm/llvm-project] df11ee: [clang][bytecode] Diagnose member calls on deleted...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Aug 29 06:23:20 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df11ee213e43ae373d1357939cf14ea37d547110
      https://github.com/llvm/llvm-project/commit/df11ee213e43ae373d1357939cf14ea37d547110
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/Interp.cpp
    M clang/lib/AST/ByteCode/Interp.h
    M clang/lib/AST/ByteCode/InterpBlock.cpp
    M clang/lib/AST/ByteCode/Pointer.h
    M clang/test/AST/ByteCode/new-delete.cpp
    M clang/test/AST/ByteCode/unions.cpp

  Log Message:
  -----------
  [clang][bytecode] Diagnose member calls on deleted blocks (#106529)

This requires a bit of restructuring of ctor calls when checking for a
potential constant expression.



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