]> granicus.if.org Git - clang/commit
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)
commitc29b021846524ada9e8421a4c71644897f9fd0df
treec7b4c3c6d59e471485addbb94b0007a03efbf34b
parent7cb454ac1aaf72e28a53aece6d98922712c068bb
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220691 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/SemaInternal.h
lib/Sema/SemaLookup.cpp