[all-commits] [llvm/llvm-project] 3ad167: [clang][Interp] Implement function pointers

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Mar 30 06:38:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ad167329aafde02e70b0327c0488602111a81ee
      https://github.com/llvm/llvm-project/commit/3ad167329aafde02e70b0327c0488602111a81ee
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/Context.cpp
    M clang/lib/AST/Interp/Descriptor.cpp
    A clang/lib/AST/Interp/FunctionPointer.h
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/InterpStack.h
    M clang/lib/AST/Interp/Opcodes.td
    M clang/lib/AST/Interp/PrimType.cpp
    M clang/lib/AST/Interp/PrimType.h
    M clang/test/AST/Interp/functions.cpp

  Log Message:
  -----------
  [clang][Interp] Implement function pointers

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




More information about the All-commits mailing list