[PATCH] Allow ExternalSemaSource to participate in typo correction

Luke Zarko zarko at google.com
Tue Jul 9 16:33:37 PDT 2013


This patch allows ExternalSemaSource to participate in typo
correction. This is useful for providing functionality that performs
open-ended searches for missing identifiers. For example, an
ExternalSemaSource can be defined that scans a ctags files; if it
encounters an identifier in a header file (of the correct LookupKind),
it can produce a diagnostic that suggests the inclusion of that
header.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-correct-typo.patch
Type: application/octet-stream
Size: 4727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130709/8f27cce8/attachment.obj>


More information about the cfe-commits mailing list