[all-commits] [llvm/llvm-project] e7f55b: [clang][Interp][NFCI] Call* ops don't modify the PC

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Apr 7 23:51:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7f55bbdb880eb0c096b05d915ee920fe1f2fb98
      https://github.com/llvm/llvm-project/commit/e7f55bbdb880eb0c096b05d915ee920fe1f2fb98
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-04-08 (Sat, 08 Apr 2023)

  Changed paths:
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/Opcodes.td

  Log Message:
  -----------
  [clang][Interp][NFCI] Call* ops don't modify the PC

This caused the reported errors from the Call*() handlers to report the
wrong source location.

Fixes: https://github.com/llvm/llvm-project/issues/62002




More information about the All-commits mailing list