rsmith added a comment.

The `CXXStdInitializerListExpr` node has pretty simple evaluation semantics: it 
takes a glvalue array expression, and constructs a `std::initializer_list<T>` 
from it as if by filling in the two members with a pointer to the array and 
either the size of the array or a pointer to its end. Can we not model those 
semantics directly here?


https://reviews.llvm.org/D35216



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

Reply via email to