[PATCH] Allow ExternalSemaSource to participate in typo correction

Luke Zarko zarko at google.com
Tue Jul 30 15:41:05 PDT 2013


  Ping/making sure that this still applies cleanly.

  To clarify, the difference between this and typo correction into PCH is that the calls for the latter are designed for a closed context ('fill a vector with all the namespaces you know about and return it to me'), whereas the former is designed for an open context ('I'll give you a qualified name and you tell me if it's something that exists').

Hi jdennett,

http://llvm-reviews.chandlerc.com/D1211

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1211?vs=3003&id=3083#toc

Files:
  include/clang/Sema/ExternalSemaSource.h
  include/clang/Sema/MultiplexExternalSemaSource.h
  lib/Sema/MultiplexExternalSemaSource.cpp
  lib/Sema/SemaLookup.cpp
  unittests/CMakeLists.txt
  unittests/Makefile
  unittests/Sema/CMakeLists.txt
  unittests/Sema/ExternalSemaSourceTest.cpp
  unittests/Sema/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1211.3.patch
Type: text/x-patch
Size: 14661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130730/45ca218d/attachment.bin>


More information about the cfe-commits mailing list