shafik added a comment.

I agree with @aaron.ballman I expect some more tests for this.



================
Comment at: clang/lib/AST/Interp/Pointer.h:70
   Pointer(Block *B, unsigned BaseAndOffset);
+  Pointer(unsigned Offset);
   Pointer(const Pointer &P);
----------------
Is the only cast we have a `Pointer` that is a `nullptr` but has an `Offset` is 
from a integral to pointer cast? 


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

https://reviews.llvm.org/D137706

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to