[PATCH] D49952: Check for NULL Destination-Type when creating ArrayConstant

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 1 15:07:46 PDT 2018


rjmccall added inline comments.


================
Comment at: test/CodeGenCXX/empty-struct-init-list.cpp:11
+} c;
+c d{ };
----------------
Please make this a `FileCheck` test that tests the actual compiler output.


https://reviews.llvm.org/D49952





More information about the cfe-commits mailing list