[PATCH] D137240: [clang][Interp] Support alignof()

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 4 12:43:34 PDT 2022


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

It's not really all that interesting since the current interpreter already does all the work, but it works like this.


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

https://reviews.llvm.org/D137240

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/test/AST/Interp/class-layout.cpp
  clang/test/AST/Interp/cxx20.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137240.473316.patch
Type: text/x-patch
Size: 18021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221104/1c467721/attachment-0001.bin>


More information about the cfe-commits mailing list