10 lines
592 B
Markdown
10 lines
592 B
Markdown
The facilities in this subdirectory are copied over from clangd
|
|
(https://clangd.llvm.org/).
|
|
|
|
The files here are currently copies of the following upstream files:
|
|
https://github.com/llvm/llvm-project/blob/2bcbcbefcd0f7432f99cc07bb47d1e1ecb579a3f/clang-tools-extra/clangd/HeuristicResolver.h
|
|
https://github.com/llvm/llvm-project/blob/2bcbcbefcd0f7432f99cc07bb47d1e1ecb579a3f/clang-tools-extra/clangd/HeuristicResolver.cpp
|
|
|
|
If, in the future, these facilities are moved from clangd to
|
|
to libclangTooling and exposed in the clang API headers, we can
|
|
switch to consuming them from there directly.
|