[PATCH] D137487: [clang][Interp] Start implementing builtin functions

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 01:56:26 PST 2022


tbaeder updated this revision to Diff 479201.
tbaeder added a comment.

Split `CallBI` out from `Call`, so we don't need special cases in `CheckCallable` etc. for builtin functions.


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

https://reviews.llvm.org/D137487

Files:
  clang/lib/AST/CMakeLists.txt
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/ByteCodeExprGen.h
  clang/lib/AST/Interp/Function.h
  clang/lib/AST/Interp/Interp.h
  clang/lib/AST/Interp/InterpBuiltin.cpp
  clang/lib/AST/Interp/Opcodes.td
  clang/test/AST/Interp/builtins.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137487.479201.patch
Type: text/x-patch
Size: 7371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221201/d962abcb/attachment.bin>


More information about the cfe-commits mailing list