[PATCH] D141472: [clang][Interp] Add function pointers

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 06:38:11 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3ad167329aaf: [clang][Interp] Implement function pointers (authored by tbaeder).

Changed prior to commit:
  https://reviews.llvm.org/D141472?vs=507966&id=509655#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141472/new/

https://reviews.llvm.org/D141472

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/Context.cpp
  clang/lib/AST/Interp/Descriptor.cpp
  clang/lib/AST/Interp/FunctionPointer.h
  clang/lib/AST/Interp/Interp.h
  clang/lib/AST/Interp/InterpStack.h
  clang/lib/AST/Interp/Opcodes.td
  clang/lib/AST/Interp/PrimType.cpp
  clang/lib/AST/Interp/PrimType.h
  clang/test/AST/Interp/functions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141472.509655.patch
Type: text/x-patch
Size: 13627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230330/83550b9c/attachment.bin>


More information about the cfe-commits mailing list