[PATCH] D13336: [MSVC] 'property' with an empty array in array subscript expression.
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 21:47:21 PDT 2015
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
More information about the cfe-commits
mailing list