[PATCH] D144457: [clang][Interp] Handle global composite temporaries

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 1 03:02:09 PDT 2023


tbaeder added inline comments.


================
Comment at: clang/lib/AST/Interp/Pointer.cpp:10
 #include "Pointer.h"
+#include "Boolean.h"
+#include "Context.h"
----------------
shafik wrote:
> Are all these headers really needed for the change below?
We access `.toAPValue()` on all of them in the `TYPE_SWITCH` below, so yes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144457



More information about the cfe-commits mailing list