[all-commits] [llvm/llvm-project] 712ab8: [clang][Interp] Properly adjust instance pointer i...

Timm Baeder via All-commits all-commits at lists.llvm.org
Sun Aug 11 01:09:24 PDT 2024


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

  Changed paths:
    M clang/lib/AST/Interp/Interp.h
    M clang/test/AST/Interp/records.cpp

  Log Message:
  -----------
  [clang][Interp] Properly adjust instance pointer in virtual calls (#102800)

`getDeclPtr()` will not just return what we want, but in this case a
pointer to the `vu` local variable.



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