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

Richard Smith richard at metafoo.co.uk
Fri Jul 25 13:48:09 PDT 2014


LGTM


On Mon, Jul 14, 2014 at 4:55 PM, Kaelyn Takata <rikka at google.com> wrote:

>
> 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(-)
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140725/af64fb9f/attachment.html>


More information about the cfe-commits mailing list