rjmccall added a comment.

I agree with Reid that you should not be adding a DenseMap to Sema for this.  
Just build a SubscriptExpr for the syntactic form and have it yield an 
expression of pseudo-object type; or you can make your own AST node for it if 
that makes things easier.


http://reviews.llvm.org/D13336



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

Reply via email to