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

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 18 10:04:45 PDT 2023


shafik added a comment.

I think it mostly makes sense but I want Aaron to also look at it.



================
Comment at: clang/lib/AST/Interp/Pointer.cpp:10
 #include "Pointer.h"
+#include "Boolean.h"
+#include "Context.h"
----------------
Are all these headers really needed for the change below?


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