summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/index/dex/Trigram.cpp
AgeCommit message (Expand)Author
2018-10-04[clangd] Simplify Dex query tree logic and fix missing-posting-list bugSam McCall
2018-10-04[clangd] Remove one-segment-skipping from Dex trigrams.Sam McCall
2018-10-04[cland] Dex: fix/simplify short-trigram generationSam McCall
2018-09-07[clangd] Canonicalize include paths in clangd.Eric Liu
2018-08-31[NFC] Cleanup DexKirill Bobyrev
2018-08-27[clangd] Use TRUE iterator instead of complete posting listKirill Bobyrev
2018-08-13Fix MSVC 'std::min: no matching overloaded function found' error.Simon Pilgrim
2018-08-13[clangd] Generate incomplete trigrams for the Dex indexKirill Bobyrev
2018-07-25[clangd] Introduce Dex symbol index search tokensKirill Bobyrev