| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Use InitLLVM to setup a pretty stack printer" | Nico Weber | 2019-11-25 | 1 | -2/+1 |
* | Use InitLLVM to setup a pretty stack printer | Rui Ueyama | 2019-11-26 | 1 | -1/+2 |
* | [clangd] Simplify the code in Index::refs | Ilya Biryukov | 2019-11-14 | 1 | -10/+5 |
* | [clangd] Add bool return type to Index::refs API. | Haojian Wu | 2019-11-13 | 2 | -3/+11 |
* | [clangd] Use our own relation kind. | Haojian Wu | 2019-10-17 | 2 | -5/+9 |
* | [clang-tools-extra] [cmake] Link against libclang-cpp whenever possible | Michal Gorny | 2019-10-04 | 1 | -1/+4 |
* | [clang-tools-extra] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 4 | -11/+11 |
* | [clangd] Fix off-by-one in CodeComplete and assertion in Dex | Sam McCall | 2019-07-12 | 1 | -2/+2 |
* | Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr... | Haojian Wu | 2019-07-11 | 1 | -1/+1 |
* | Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ... | Don Hinton | 2019-07-10 | 1 | -1/+1 |
* | [clangd] Encapsulate fields in dex token. NFC | Sam McCall | 2019-07-08 | 2 | -6/+7 |
* | [ADT] Implement llvm::bsearch() with std::partition_point() | Fangrui Song | 2019-06-30 | 1 | -4/+4 |
* | [clangd] Index API and implementations for relations | Nathan Ridge | 2019-06-15 | 2 | -9/+47 |
* | [clangd] lower_bound -> bsearch, NFC | Sam McCall | 2019-04-17 | 1 | -5/+6 |
* | [clangd] Show template argument list in workspacesymbols and documentsymbols ... | Kadir Cetinkaya | 2019-04-12 | 1 | -9/+0 |
* | Revert "[clangd] Print arguments in template specializations" | Jordan Rupprecht | 2019-03-20 | 1 | -0/+9 |
* | [clangd] Print arguments in template specializations | Kadir Cetinkaya | 2019-03-20 | 1 | -9/+0 |
* | [clangd] Store explicit template specializations in index for code navigation... | Kadir Cetinkaya | 2019-03-14 | 1 | -0/+9 |
* | [clangd] Add type boost to fuzzy find in Dex. | Eric Liu | 2019-02-06 | 3 | -45/+65 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 10 | -40/+30 |
* | [clangd] Add Limit parameter for xref. | Haojian Wu | 2019-01-14 | 1 | -2/+7 |
* | [clangd] Remove 'using namespace llvm' from .cpp files. NFC | Ilya Biryukov | 2019-01-07 | 5 | -120/+133 |
* | [dexp] Change FuzzyFind to also print scope of symbols | Kadir Cetinkaya | 2018-12-14 | 1 | -1/+2 |
* | [clangd] Cleanup: stop passing around list of supported URI schemes. | Eric Liu | 2018-11-22 | 3 | -35/+15 |
* | [clangd] global-symbol-builder => clangd-indexer | Haojian Wu | 2018-11-15 | 1 | -1/+1 |
* | [clangd] Fix no results returned for global symbols in dexp | Haojian Wu | 2018-11-15 | 1 | -0/+4 |
* | [clangd] Replace StringRef in SymbolLocation with a char pointer. | Haojian Wu | 2018-11-14 | 1 | -1/+1 |
* | [clangd] Don't show all refs results if -name is ambiguous in dexp. | Haojian Wu | 2018-11-12 | 1 | -0/+6 |
* | [clangd] Allow symbols from AnyScope in dexp. | Haojian Wu | 2018-11-12 | 1 | -0/+1 |
* | [clangd] Get rid of QueryScopes.empty() == AnyScope special case. | Eric Liu | 2018-11-06 | 1 | -1/+1 |
* | [clangd] auto-index stores symbols per-file instead of per-TU. | Eric Liu | 2018-11-06 | 1 | -3/+1 |
* | [clangd] Fix unqualified make_unique after r344850. NFC | Sam McCall | 2018-10-20 | 1 | -2/+2 |
* | [clangd] Namespace style cleanup in cpp files. NFC. | Sam McCall | 2018-10-20 | 5 | -99/+84 |
* | [clangd] Optionally use dex for the preamble parts of the dynamic index. | Sam McCall | 2018-10-16 | 1 | -1/+3 |
* | [clangd] Revert include path change in Dexp. NFC | Sam McCall | 2018-10-15 | 2 | -4/+2 |
* | [clangd] Add createIndex in dexp | Haojian Wu | 2018-10-15 | 1 | -7/+9 |
* | [clangd] dump xrefs information in dexp tool. | Haojian Wu | 2018-10-15 | 2 | -9/+93 |
* | [clangd] NFC: Migrate to LLVM STLExtras API where possible | Kirill Bobyrev | 2018-10-07 | 2 | -7/+5 |
* | [clangd] Simplify Dex query tree logic and fix missing-posting-list bug | Sam McCall | 2018-10-04 | 4 | -43/+28 |
* | [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bug | Sam McCall | 2018-10-04 | 1 | -0/+1 |
* | [clangd] Remove one-segment-skipping from Dex trigrams. | Sam McCall | 2018-10-04 | 2 | -5/+3 |
* | [cland] Dex: fix/simplify short-trigram generation | Sam McCall | 2018-10-04 | 3 | -88/+43 |
* | [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bug | Sam McCall | 2018-10-04 | 2 | -13/+108 |
* | [clangd] Support refs() in dex. Largely cloned from MemIndex. | Sam McCall | 2018-10-04 | 2 | -16/+29 |
* | Reland r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ... | Sam McCall | 2018-10-02 | 5 | -88/+94 |
* | Revert r343589 "[clangd] Dex: add Corpus factory for iterators, rename, fold ... | Reid Kleckner | 2018-10-02 | 5 | -94/+88 |
* | [clangd] Zap TODONEs | Sam McCall | 2018-10-02 | 1 | -3/+0 |
* | [clangd] Dex: add Corpus factory for iterators, rename, fold constant. NFC | Sam McCall | 2018-10-02 | 5 | -88/+94 |
* | [clangd] Dex iterator printer shows query structure, not iterator state. | Sam McCall | 2018-10-02 | 5 | -30/+48 |
* | [clangd] Query dex index using query-style trigrams, not identifier-style tri... | Sam McCall | 2018-10-01 | 1 | -1/+1 |