[PATCH] D26745: [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 06:12:19 PST 2016


bkramer created this revision.
bkramer added a reviewer: klimek.
bkramer added a subscriber: cfe-commits.

This can be used to append alternative typo corrections to an existing diag.
include-fixer can use it to suggest includes to be added.


https://reviews.llvm.org/D26745

Files:
  include/clang/Frontend/CompilerInstance.h
  include/clang/Sema/TypoCorrection.h
  lib/Sema/SemaLookup.cpp
  unittests/Frontend/FrontendActionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26745.78179.patch
Type: text/x-patch
Size: 5588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161116/cb8a6013/attachment.bin>


More information about the cfe-commits mailing list