Re: [PATCH] D14212: Make hasLHS and hasRHS matchers available for ArraySubscriptExpr

2015-10-31 Thread Manuel Klimek via cfe-commits
klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land. lg http://reviews.llvm.org/D14212 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm

[PATCH] D14212: Make hasLHS and hasRHS matchers available for ArraySubscriptExpr

2015-10-30 Thread Alexander Kornienko via cfe-commits
alexfh created this revision. alexfh added a reviewer: klimek. alexfh added a subscriber: cfe-commits. Herald added a subscriber: klimek. The hasBase and hasIndex don't tell anything about the position of the base and the index in the code, so we need hasLHS and hasRHS in some cases. http://revie