[PATCH 1/8] Move TypoCorrectionConsumer into a header.

Kaelyn Takata rikka at google.com
Tue Jun 17 14:14:32 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 | 149 ++++++++++++++++++++++++++++++++++++-
 lib/Sema/SemaLookup.cpp           | 153 +-------------------------------------
 2 files changed, 150 insertions(+), 152 deletions(-)

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


More information about the cfe-commits mailing list