================ @@ -93,6 +91,9 @@ void test() { (int *)null_val; // ok (int *)nullptr; // ok (nullptr_t)nullptr; // ok + (nullptr_t)0; // ok ---------------- AaronBallman wrote:
I added that test coverage in fb9deab74e5dc9a9227732fcd95c1aadacf86d44, thanks for the suggestion! https://github.com/llvm/llvm-project/pull/133742 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits