[PATCH] D13336: [MSVC] 'property' with an empty array in array subscript expression.
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 1 08:26:03 PDT 2015
rnk added a comment.
I think fundamentally we are doing too much declspec property lowering in Sema. We might want to back up and figure out how to do it in IRGen. Right now we have bugs like this, which are probably more important than new functionality:
https://llvm.org/bugs/show_bug.cgi?id=24132
http://reviews.llvm.org/D13336
More information about the cfe-commits
mailing list