Move TypoCorrectionConsumer into a header.
authorKaelyn Takata <rikka@google.com>
Mon, 27 Oct 2014 18:07:13 +0000 (18:07 +0000)
committerKaelyn Takata <rikka@google.com>
Mon, 27 Oct 2014 18:07:13 +0000 (18:07 +0000)
commitd2287c394281b66fabdb2ba9ff8444e9546e79ee
treeeb6cee06465d0807628d7c398291c234f4afad11
parent69fa70efb3bd27a0d21fbdcf57682224cbd55e9b
Move TypoCorrectionConsumer into a header.

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.

llvm-svn: 220691
clang/include/clang/Sema/SemaInternal.h
clang/lib/Sema/SemaLookup.cpp