sepavloff marked 3 inline comments as done.
sepavloff added inline comments.


================
Comment at: lib/CodeGen/CGExprConstant.cpp:1414
+      return true;
+    }
+  }
----------------
rjmccall wrote:
> You should check the array fill expression here; for now, the test case would 
> be something like `StructWithNonTrivialDefaultInit sArr[10] = {};`.
Indeed, this is the missing case. Thank you!


Repository:
  rC Clang

https://reviews.llvm.org/D46241



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

Reply via email to