[PATCH v3 1/9] Move TypoCorrectionConsumer into a header.

Kaelyn Takata rikka at google.com
Mon Jul 14 16:55:33 PDT 2014


This makes it available outside of SemaLookup.cpp, as
needed for the forthcoming TypoExpr AST node which will
keep a TypoCorrectionConsumer that provides the possible
typo corrections for that TypoExpr.
---
 include/clang/Sema/SemaInternal.h | 148 +++++++++++++++++++++++++++++++++++-
 lib/Sema/SemaLookup.cpp           | 153 +-------------------------------------
 2 files changed, 149 insertions(+), 152 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: v3-0001-Move-TypoCorrectionConsumer-into-a-header.patch
Type: text/x-patch
Size: 13463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140714/0b71bca9/attachment.bin>


More information about the cfe-commits mailing list