[PATCH] D38708: [AST] Flag the typo-corrected nodes for better tooling
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 17:29:30 PDT 2018
ahatanak added a comment.
Herald added a subscriber: llvm-commits.
Could you rebase this patch against ToT?
Also, it's not clear to me why only four Exprs (DeclRefExpr, MemberExpr, ObjCIvarRefExpr, and ObjCPropertyRefExpr) should have the IsTypoCorrected flag. Can you elaborate on how you chose that set of Exprs and whether you plan to add the flag to other Exprs?
Repository:
rL LLVM
https://reviews.llvm.org/D38708
More information about the cfe-commits
mailing list