[PATCH] D76128: [AST] Correct the CXXOperatorCallExpr source range.

2020-03-16 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8a593e29ab9b: [AST] Correct the CXXOperatorCallExpr source range. (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76128/new/ https://rev

[PATCH] D76128: [AST] Correct the CXXOperatorCallExpr source range.

2020-03-13 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added subscribers: usaxena95, kadircet, arphaman, jkorous, ilya-biryukov. Herald added a project: clang. Previously, the range for "->" CXXOperatorCallExpr is the range of the class object (not including the operator!), e.g.