[all-commits] [llvm/llvm-project] 10483a: [clang][Interp] Support pointer arithmethic in bin...

Timm Bäder via All-commits all-commits at lists.llvm.org
Sun Nov 6 22:49:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10483ac743e69a6de684593565f586116b506b2e
      https://github.com/llvm/llvm-project/commit/10483ac743e69a6de684593565f586116b506b2e
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/Opcodes.td
    M clang/lib/AST/Interp/Pointer.cpp
    M clang/test/AST/Interp/arrays.cpp

  Log Message:
  -----------
  [clang][Interp] Support pointer arithmethic in binary operators

Differential Revision: https://reviews.llvm.org/D135858




More information about the All-commits mailing list