summaryrefslogtreecommitdiff
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clangd][NFC] Remove unnecessary copy in CodeCompleteNathan James2021-01-091-2/+2
* [clangd] Add go-to-def metric.Haojian Wu2021-01-081-2/+11
* [clangd] Add missing "override" to fix the build.Adam Czachorowski2021-01-081-1/+1
* [clangd] Fix type printing in the presence of qualifiersAdam Czachorowski2021-01-083-8/+37
* [clangd] go-to-implementation on a base class jumps to all subclasses.Haojian Wu2021-01-083-16/+32
* [clangd] Cleanup a remaining Optional<SymbolID> usage, NFC.Haojian Wu2021-01-081-5/+5
* [clangd] NFC, avoid potential ODR violation.Haojian Wu2021-01-081-1/+1
* [clangd] Add server capability advertising hot-reloading of CDBs.Sam McCall2021-01-072-2/+7
* [clangd][NFC] Use PathRef for getCorrespondingHeaderOrSourceNathan James2021-01-074-17/+12
* [NFC] Test case refactorNathan James2021-01-061-3/+4
* [clangd][fuzzyFind] Do not show stale symbols in the result.Aleksandr Platonov2021-01-064-10/+50
* [clang-tidy] Update uses of deprecated Transformer APIs in StringFindStrConta...Yitzhak Mandelbaum2021-01-051-32/+27
* [clang-tidy] Add extra testsStephen Kelly2021-01-059-13/+87
* [clangd] When querying drivers by binary, look in PATH tooGiulio Girardi2021-01-052-16/+39
* Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped ...Thorsten Schütt2021-01-044-7/+7
* [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)Thorsten Schütt2021-01-044-7/+7
* [clang-tidy] Fix windows testsNathan James2021-01-042-13/+7
* [NFC] Switch up some dyn_cast callsNathan James2021-01-028-12/+11
* Temporarily disable to clang-tidy tests on WindowsNico Weber2021-01-012-0/+6
* [clang-tidy][NFC] Fix a build warning due to an extra semicolonYang Fan2021-01-011-1/+1
* [clang-tidy][NFC] Remove unnecessary headersNathan James2020-12-286-13/+4
* [clangd] Add error handling (elog) in code completion.Adam Czachorowski2020-12-281-3/+9
* [clangd] Fix case mismatch crash on in CDB on windows after 92dd077af1ff8Sam McCall2020-12-231-4/+7
* [clangd] Do not take stale definition from the static index.Aleksandr Platonov2020-12-232-0/+40
* [clangd] Release notes for b8c37153d5393aad96Sam McCall2020-12-221-1/+11
* [clangd] Use atomics instead of locks to track periodic memory trimmingSam McCall2020-12-225-37/+73
* Try to fix build on WindowsStephen Kelly2020-12-221-1/+1
* [clang-tidy] Handle template instantiations in container size checkStephen Kelly2020-12-222-35/+364
* Revert "[clangd] zap a few warnings"Arthur Eubanks2020-12-223-4/+1
* [clangd] Reuse buffer for JSONTransport::sendMessageNathan James2020-12-221-5/+6
* [clangd] Trim memory periodically when using glibc mallocQuentin Chateau2020-12-225-2/+73
* [clangd][NFC] Improve clangd status messagesQuentin Chateau2020-12-212-5/+5
* [clang-tidy] cppcoreguidelines-pro-type-member-init: suppress warning for def...Chris Warner2020-12-202-0/+20
* [clangd] Fix windows path handling in .clang-tidy parsingSam McCall2020-12-191-3/+8
* [clangd] Don't cancel requests based on "updates" with same contentSam McCall2020-12-192-23/+72
* [clangd] Make our printing policies for Hover more consistent, especially tagsSam McCall2020-12-192-59/+60
* [clangd] zap a few warningsSam McCall2020-12-183-1/+4
* [clangd] Smarter hover on auto and decltypeQuentin Chateau2020-12-185-130/+342
* [clangd] Fix broken JSON test on windowsSam McCall2020-12-181-2/+3
* new altera single work item barrier checkFrank Derry Wanye2020-12-188-0/+493
* [clangd] Ignore the static index refs from the dynamic index files.Aleksandr Platonov2020-12-1816-20/+199
* [clangd] Add hot-reload of compile_commands.json and compile_flags.txtSam McCall2020-12-185-69/+416
* [clangd] Print .clang-tidy configuration parsing errors using [ev]?log.Nathan James2020-12-181-2/+20
* [clang-tidy][NFC] Reduce copies of Intrusive..FileSystemNathan James2020-12-172-10/+12
* [clangd] Add llvm:: qualifier to work around GCC bug. NFCSam McCall2020-12-171-1/+1
* Use basic_string::find(char) instead of basic_string::find(const char *s, siz...Fangrui Song2020-12-161-1/+1
* [clang-tidy] Add a diagnostic callback to parseConfigurationNathan James2020-12-174-0/+121
* Mark implicit coroutine variables as being implicitEmma Blink2020-12-162-2/+48
* [ClangTidy] NFC: Add more tests for container-size-emptyStephen Kelly2020-12-151-1/+42
* [clang-tidy] Support all YAML supported spellings for bools in CheckOptions.Nathan James2020-12-153-11/+16