[PATCH] D37322: [Sema] Correct typos in LHS, RHS before building a binop expression.
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 1 12:11:28 PDT 2017
ahatanak added a comment.
Is it possible to avoid creating CXXDependentScopeMemberExpr in the first place? It seems to me that we shouldn't be creating a CXXDependentScopeMemberExpr for an ObjC property access.
Or perhaps there are reasons to type-correct it later?
https://reviews.llvm.org/D37322
More information about the cfe-commits
mailing list