summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Ignore more implicit nodes in computing selection.Sam McCall2019-11-142-9/+39
* [clangd] Expose value of enumerators to Hover API. (not UI yet)Sam McCall2019-11-142-0/+17
* [clangd] Simplify the code in Index::refsIlya Biryukov2019-11-143-26/+17
* [clangd] Add bool return type to Index::refs API.Haojian Wu2019-11-1312-25/+58
* [clangd] Fix crash in DefineInline::prepare()Sam McCall2019-11-112-1/+4
* [clangd] fixes semantic highlighting testHaojian Wu2019-11-111-21/+29
* [clangd] Use name of Macro to compute its SymbolID, NFC.Utkarsh Saxena2019-11-114-7/+8
* [clangd] Fix a regression of not showing documentation from forward declarati...Haojian Wu2019-11-112-8/+21
* [clangd] Fixes colon escaping on WindowsIlya Biryukov2019-11-113-22/+24
* [clangd] NFC, reuse the source manager variable in the RawStringLiteral apply...Alex Lorenz2019-11-081-2/+1
* [clangd] NFC, hide the internal-only utility function lex.Haojian Wu2019-11-071-3/+4
* [clangd] Add unit tests for comments in system headersIlya Biryukov2019-11-071-0/+27
* [clangd] Set RetainCommentsFromSystemHeaders to trueIlya Biryukov2019-11-072-0/+2
* [clangd] Improve the output of rename tests where there are failures.Haojian Wu2019-11-061-64/+54
* [clangd] Implement a function to lex the file to find candidate occurrences.Haojian Wu2019-11-063-17/+56
* [clangd] Implement semantic highlightings via findExplicitReferencesIlya Biryukov2019-11-054-151/+113
* Refactor getDeclAtPosition() to use SelectionTree + targetDecl()Nathan Ridge2019-10-314-114/+94
* [clangd] Fix namespace aliases in findExplicitReferencesIlya Biryukov2019-10-312-4/+30
* [clangd] Add fno-delayed-parsing to new define inline testsKadir Cetinkaya2019-10-311-0/+2
* [clangd] Add parameter renaming to define-inline code actionKadir Cetinkaya2019-10-312-7/+177
* [clangd] Add a hidden tweak to dump symbol under the cursor.Haojian Wu2019-10-292-0/+36
* [clangd] NFC, use URI::resolve to simplify the code.Haojian Wu2019-10-291-9/+5
* [clangd] Add missing highlights for using decls.Haojian Wu2019-10-292-5/+19
* Remove extra ';'. NFCI.Simon Pilgrim2019-10-281-1/+1
* [clangd] Do not report anonymous entities in findExplicitReferencesIlya Biryukov2019-10-282-9/+24
* [clangd] Flush streams when printing HoverInfo Name and DefinitionKadir Cetinkaya2019-10-281-0/+2
* [clangd] Do not highlight keywords in semantic highlightingIlya Biryukov2019-10-284-91/+88
* [clangd] Do not insert parentheses when completing a using declarationIlya Biryukov2019-10-282-5/+57
* [clangd] Reland Store Index in Tweak::SelectionKadir Cetinkaya2019-10-285-9/+20
* [clangd] Reland DefineInline action apply logic with fully qualified namesKadir Cetinkaya2019-10-284-15/+759
* [clangd] Reland DefineInline action availability checksKadir Cetinkaya2019-10-285-3/+395
* [clangd] Pass ExtraArgs to TestTU in TweakIsAvailable matcherKadir Cetinkaya2019-10-281-2/+4
* [clangd] Revert define-inline action changes to un-break windows build-botsKadir Cetinkaya2019-10-258-1159/+21
* [clangd][NFC] Get rid of raw string literals in macros to make stage1 compile...Kadir Cetinkaya2019-10-251-388/+413
* Fix compilation error in clangd/refactor/tweaks/ExpandAutoType.cppKadir Cetinkaya2019-10-251-1/+1
* [clangd] Store Index in Tweak::SelectionKadir Cetinkaya2019-10-255-10/+22
* [clangd] Implement GetEligiblePointsKadir Cetinkaya2019-10-253-44/+195
* [clangd] DefineInline action apply logic with fully qualified namesKadir Cetinkaya2019-10-254-15/+727
* [clangd] DefineInline action availability checksKadir Cetinkaya2019-10-255-3/+392
* [clangd] Fix case of variables and functions in code complete tests. NFCIlya Biryukov2019-10-241-16/+16
* [clangd] Handle the missing constructor initializers in findExplicitReferences.Haojian Wu2019-10-242-7/+52
* [clangd] Collect name references in the index.Haojian Wu2019-10-242-4/+17
* [clangd] abort if shutdown takes more than a minute.Sam McCall2019-10-233-8/+29
* [clangd] Propogate context in TUScheduler::runKadir Cetinkaya2019-10-232-1/+15
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* [clangd] Report declaration references in findExplicitReferences.Haojian Wu2019-10-187-97/+172
* [clangd] Use our own relation kind.Haojian Wu2019-10-1719-117/+58
* [clangd] Add the missing dependency on `clangLex`.Michael Liao2019-10-162-0/+2
* [clangd] Add RemoveUsingNamespace tweak.Utkarsh Saxena2019-10-165-17/+459
* [clangd][NFC] Update comments to use triple-slashesKadir Cetinkaya2019-10-151-3/+4
OpenPOWER on IntegriCloud