summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/FileDistance.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Use *{Set,Map}::contains (NFC)Kazu Hirata2023-03-141-1/+1
* [clangd] Clean up unused includes. NFCISam McCall2022-02-261-0/+2
* [clangd] NFC: Use SmallVector<T> where possibleKirill Bobyrev2020-12-101-4/+3
* [clangd] Move non-clang base pieces into separate support/ lib. NFCISam McCall2020-04-291-1/+1
* [clangd] Save an unnecessary copy, NFC.Haojian Wu2019-09-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-34/+37
* [clangd] Tune down scope boost for global scopeEric Liu2018-11-261-2/+2
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-16/+15
* [clangd] Support scope proximity in code completion.Eric Liu2018-10-171-0/+41
* [clangd] Allow disble down traversals from root.Eric Liu2018-10-161-7/+16
* [clangd] Migrate to LLVM STLExtras range APIFangrui Song2018-10-071-2/+2
* NFC: Fix build failure after rL341182Kirill Bobyrev2018-08-311-1/+1
* [NFC] Use LLVM naming conventions within FileDistanceKirill Bobyrev2018-08-311-4/+4
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-11/+7
* [clangd] FileDistance: missing constexprSam McCall2018-07-041-1/+1
* [clangd] FileDistance: don't add duplicate edgesSam McCall2018-07-041-1/+3
* [clangd] Incorporate transitive #includes into code complete proximity scoring.Sam McCall2018-07-031-0/+173