================
Comment at: lib/AST/ExprConstant.cpp:6568
@@ +6567,3 @@
+        if (ElementSize.isZero())
+          return false;
+
----------------
Please issue a diagnostic here, rather than silently failing. We should produce 
an error on your constexpr func_2 testcase.


http://llvm-reviews.chandlerc.com/D637
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to