aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-1272/+0
* [clangd] Recognize "don't include me directly" pattern, and suppress include ...Sam McCall2019-04-171-2/+13
* [clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall2019-04-171-25/+32
* [clangd] Fallback to OrigD when SLoc is invalidKadir Cetinkaya2019-04-151-0/+8
* [clangd] Add TemplateArgumentList into SymbolKadir Cetinkaya2019-04-121-0/+68
* [clangd] Fix non-indexing of builtin functions like printf when the TU is CSam McCall2019-04-101-3/+11
* Revert "[clangd] Print arguments in template specializations"Jordan Rupprecht2019-03-201-72/+15
* [clangd] Print arguments in template specializationsKadir Cetinkaya2019-03-201-15/+72
* [clangd] Store explicit template specializations in index for code navigation...Kadir Cetinkaya2019-03-141-8/+16
* [clangd] Index UsingDeclsKadir Cetinkaya2019-02-261-3/+11
* [clangd] Drop documentation in static index if symbols are not indexed for co...Haojian Wu2019-02-251-0/+31
* [clangd] Index main-file macros (bug 39761)Haojian Wu2019-01-281-13/+19
* [clangd] Workaround a test failure after r351941Ilya Biryukov2019-01-231-2/+4
* [clangd] Fix crash due to ObjCPropertyDeclIlya Biryukov2019-01-231-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Index main-file symbols (bug 39761)Sam McCall2019-01-141-23/+79
* [clangd] Don't store completion info if the symbol is not used for code compl...Haojian Wu2019-01-101-4/+9
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-15/+14
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-25/+21
* [clangd] Cleanup syntax errors in the test, NFC.Haojian Wu2018-12-211-1/+1
* [clangd] Dont provide locations for non-existent files.Kadir Cetinkaya2018-12-051-0/+12
* [clangd] Cleanup: stop passing around list of supported URI schemes.Eric Liu2018-11-221-29/+13
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-141-2/+4
* [clangd] Make TestTU build with preamble, and fix the fallout.Sam McCall2018-11-091-19/+3
* [clangd] Drop namespace references in the index.Haojian Wu2018-11-071-0/+3
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-10/+10
* [clangd] Names that are not spelled in source code are reserved.Eric Liu2018-10-181-0/+18
* [clangd] Encode Line/Column as a 32-bits integer.Haojian Wu2018-10-181-15/+15
* [clangd] Collect refs from headers.Haojian Wu2018-10-171-0/+11
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+3
* [clangd] Merge binary + YAML serialization behind a (mostly) common interface.Sam McCall2018-09-251-1/+0
* [clangd] Add "Deprecated" field to Symbol and CodeCompletion.Eric Liu2018-09-061-1/+14
* [clangd] Define a compact binary serialization fomat for symbol slab/index.Sam McCall2018-09-041-79/+0
* [clangd] SymbolOccurrences -> Refs and cleanupSam McCall2018-09-041-38/+36
* [clangd] Support multiple #include headers in one symbol.Eric Liu2018-09-031-4/+20
* [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.Sam McCall2018-08-311-13/+6
* [clangd] Collect symbol occurrences in SymbolCollector.Haojian Wu2018-08-311-5/+73
* [clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov2018-07-261-3/+3
* [clangd] Support indexing MACROs.Eric Liu2018-07-091-0/+26
* [clangd] Track origins of symbols (various indexes, Sema).Sam McCall2018-07-051-0/+7
* [clangd] More precise representation of symbol names/labels in the index.Sam McCall2018-06-221-31/+28
* [clangd] Expose 'shouldCollectSymbol' helper from SymbolCollector.Eric Liu2018-06-211-36/+81
* [clangd] Customizable URI schemes for dynamic index.Eric Liu2018-06-151-6/+4
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-051-37/+128
* [clangd] Avoid indexing decls associated with friend decls.Eric Liu2018-06-041-0/+42
* [clangd] Skip .inc headers when canonicalizing header #include.Eric Liu2018-05-241-3/+67
* [clangd] Correctly handle IWYU prama with verbatim #include header.Eric Liu2018-05-221-0/+15
* [clangd] Retrieve minimally formatted comment text in completion.Ilya Biryukov2018-05-161-5/+5
* [clangd] Filter out private proto symbols in SymbolCollector.Eric Liu2018-05-161-0/+35
* [clangd] Also use UTF-16 in index position.Haojian Wu2018-04-301-0/+9