szdominik added a comment. I think the main success is that we don't warn here:
const char* A[2] = {"a", "b" "c");
The problem is, as you said, not remove already supported cases (such as when
the parent is not a vardecl (but also an initListExpr)).
But I'll implement, and we'll see it.
http://reviews.llvm.org/D19769
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
