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