[clang] [clang][bytecode] Add opaque pointers to support type-only pointers (PR #213017)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 22:57:34 PDT 2026


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "Compiler.h"
+#include "../ExprConstShared.h"
----------------
tbaederr wrote:

In `Interp.h` and `InterpBuiltin.cpp`.

https://github.com/llvm/llvm-project/pull/213017


More information about the cfe-commits mailing list