================
@@ -472,9 +477,10 @@ bool clang::interp::DoBitCastPtr(InterpState &S, CodePtr 
OpPC,
 using PrimTypeVariant =
     std::variant<Pointer, FunctionPointer, MemberPointer, FixedPoint,
                  Integral<8, false>, Integral<8, true>, Integral<16, false>,
-                 Integral<16, true>, Integral<32, false>, Integral<32, true>,
-                 Integral<64, false>, Integral<64, true>, IntegralAP<true>,
-                 IntegralAP<false>, Boolean, Floating>;
+                 Integral<16, true>, IntegralOrPtr<32, false>,
----------------
tbaederr wrote:

Urgh, looks like it.

https://github.com/llvm/llvm-project/pull/185028
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to