[PATCH] D146408: [clang][Interp] Start supporting complex types

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 20 01:37:46 PDT 2023


tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Trying a different approach here where I split the implementation into smaller patches so they are easier to review.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146408

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/ByteCodeExprGen.h
  clang/lib/AST/Interp/Context.cpp
  clang/lib/AST/Interp/EvalEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146408.506497.patch
Type: text/x-patch
Size: 4019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230320/633110d7/attachment-0001.bin>


More information about the cfe-commits mailing list