[PATCH v2 9/9] Wire up LookupMemberExpr to use the new TypoExpr.

Kaelyn Takata rikka at google.com
Tue Jun 17 17:25:29 PDT 2014


This includes adding the new TypoExpr-based lazy typo correction to
LookupMemberExprInRecord as an alternative to the existing eager typo
correction.
---
 lib/Sema/SemaExprMember.cpp          | 149 +++++++++++++++++++++++++++++++++--
 test/SemaCXX/arrow-operator.cpp      |   5 +-
 test/SemaCXX/typo-correction-pt2.cpp |   2 +-
 test/SemaCXX/typo-correction.cpp     |  10 +--
 4 files changed, 150 insertions(+), 16 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v2-0009-Wire-up-LookupMemberExpr-to-use-the-new-TypoExpr.patch
Type: text/x-patch
Size: 10951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140617/be24de6d/attachment.bin>


More information about the cfe-commits mailing list