llvm-project/clang-tools-extra/include-fixer/tool
Sam McCall 9c5ebf7039 [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly.
Summary:
Add fuzzy SymbolIndex, where identifier needn't match exactly.

The purpose for this is global autocomplete in clangd. The query will be a
partial identifier up to the cursor, and the results will be suggestions.

It's in include-fixer because:

  - it handles SymbolInfos, actually SymbolIndex is exactly the right interface
  - it's a good harness for lit testing the fuzzy YAML index
  - (Laziness: we can't unit test clangd until reorganizing with a tool/ dir)

Other questionable choices:

  - FuzzySymbolIndex, which just refines the contract of SymbolIndex. This is
    an interface to allow extension to large monorepos (*cough*)
  - an always-true safety check that Identifier == Name is removed from
    SymbolIndexManager, as it's not true for fuzzy matching
  - exposing -db=fuzzyYaml from include-fixer is not a very useful feature, and
    a non-orthogonal ui (fuzziness vs data source). -db=fixed is similar though.

Reviewers: bkramer

Subscribers: cfe-commits, mgorny

Differential Revision: https://reviews.llvm.org/D30720

llvm-svn: 297630
2017-03-13 15:55:59 +00:00
..
CMakeLists.txt Revert "Revert "[Include-fixer] Install executables and support scripts"" 2016-08-17 20:58:14 +00:00
ClangIncludeFixer.cpp [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly. 2017-03-13 15:55:59 +00:00
clang-include-fixer-test.el Do not display highlights for clang-include-fixer-at-point 2017-03-06 14:49:26 +00:00
clang-include-fixer.el Do not display highlights for clang-include-fixer-at-point 2017-03-06 14:49:26 +00:00
clang-include-fixer.py [include-fixer] query-mode should be false by default. 2016-10-10 14:21:55 +00:00