summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move endian constant from Host.h to SwapByteOrder.h, prune includeupstream/masterReid 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
* clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-172-5/+5
* [lit] Fix another test case that r374652 missedJoel E. Denny2019-10-161-1/+1
* [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
* [clangd] Propagate main context into ClangdServerKadir Cetinkaya2019-10-152-9/+22
* [clang-tools-extra] Fix overzealous linking of dylib to clangTidyMichal Gorny2019-10-151-1/+1
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-4/+3
* [clangd] Improve semantic highlighting in dependent contexts (fixes #154)Nathan Ridge2019-10-144-5/+119
* clangd tests: use extended regex with sedNico Weber2019-10-143-3/+3
* convert another test to unix line endingsNico Weber2019-10-141-14/+14
* convert a test to unix line endingsNico Weber2019-10-141-84/+84
* fix typo in 374747Nico Weber2019-10-141-1/+1
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-141-1/+1
* Make symbols.test pass on Windows.Nico Weber2019-10-142-2/+2
* Make code-action-request.test and request-reply.test pass on Windows.Nico Weber2019-10-142-5/+5
* Don't run background-index.test on Windows.Nico Weber2019-10-141-1/+1
* Add missing "REQUIRES: shell" to system-include-extractor.testNico Weber2019-10-131-0/+3
* Make the last to clangd unit tests pass on Windows.Nico Weber2019-10-131-2/+8
* Make most clangd unittests pass on WindowsNico Weber2019-10-138-7/+57
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 4Csaba Dabis2019-10-131-1/+1
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 3Csaba Dabis2019-10-132-0/+10
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 2Csaba Dabis2019-10-131-7/+8
* [clang-tidy] bugprone-not-null-terminated-result: checker adjustmentsCsaba Dabis2019-10-131-6/+6
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2Csaba Dabis2019-10-131-17/+21
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustmentsCsaba Dabis2019-10-131-15/+16
* [clang-tidy] New checker for not null-terminated result caused by strlen(), s...Csaba Dabis2019-10-1317-0/+2168
* Updated add_new_check.py to create checker tests in the new directoryDmitri Gribenko2019-10-111-1/+1
* [ClangTidy] Separate tests for infrastructure and checkers, fixupDmitri Gribenko2019-10-111-0/+0
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-11564-0/+0
* Get ClangdXPC.framework building (barely) with CMake's Xcode generatorJordan Rose2019-10-111-2/+2
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-104-6/+6
* [clangd] Make sure ReplyCallbacks are destroyed before RequestCancelersMutexKadir Cetinkaya2019-10-091-10/+13
* [clangd] Propagate context into reply handlersKadir Cetinkaya2019-10-091-1/+1
* Try to get readability-deleted-default.cpp to pass on Windows.Nico Weber2019-10-081-2/+19
* [clangd] Disable expand auto on decltype(auto)Ilya Biryukov2019-10-082-1/+5
* [clangd] Bump timeouts in speculative completion testsKadir Cetinkaya2019-10-081-1/+1
* Attempt to fix a few clang-tidy tests on Windows, see PR43593.Nico Weber2019-10-074-4/+4
* Try to get clangd tests passing on Windows.Nico Weber2019-10-072-10/+10
* [clangd] Fix raciness in code completion testsKadir Cetinkaya2019-10-071-11/+19
* [clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.Haojian Wu2019-10-074-3/+12
* [clangd] If an undocumented definition exists, don't accept documentation fro...Sam McCall2019-10-072-1/+14
* [clangd] Collect missing macro references.Haojian Wu2019-10-072-2/+38
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-0427-51/+120
* [clangd] update the package-lock.json.Haojian Wu2019-10-041-364/+380
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+19
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-047-19/+5