aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeHEADmasterReid Kleckner
2019-10-18[clangd] Report declaration references in findExplicitReferences.Haojian Wu
2019-10-17[clangd] Use our own relation kind.Haojian Wu
2019-10-17clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim
2019-10-16[lit] Fix another test case that r374652 missedJoel E. Denny
2019-10-16[clangd] Add the missing dependency on `clangLex`.Michael Liao
2019-10-16[clangd] Add RemoveUsingNamespace tweak.Utkarsh Saxena
2019-10-15[clangd][NFC] Update comments to use triple-slashesKadir Cetinkaya
2019-10-15[clangd] Propagate main context into ClangdServerKadir Cetinkaya
2019-10-15[clang-tools-extra] Fix overzealous linking of dylib to clangTidyMichal Gorny
2019-10-14[clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous
2019-10-14[clangd] Improve semantic highlighting in dependent contexts (fixes #154)Nathan Ridge
2019-10-14clangd tests: use extended regex with sedNico Weber
2019-10-14convert another test to unix line endingsNico Weber
2019-10-14convert a test to unix line endingsNico Weber
2019-10-14fix typo in 374747Nico Weber
2019-10-14Prefer 'env not' over 'not env' in tests.Nico Weber
2019-10-14Make symbols.test pass on Windows.Nico Weber
2019-10-14Make code-action-request.test and request-reply.test pass on Windows.Nico Weber
2019-10-14Don't run background-index.test on Windows.Nico Weber
2019-10-13Add missing "REQUIRES: shell" to system-include-extractor.testNico Weber
2019-10-13Make the last to clangd unit tests pass on Windows.Nico Weber
2019-10-13Make most clangd unittests pass on WindowsNico Weber
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: checker adjustments 4Csaba Dabis
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: checker adjustments 3Csaba Dabis
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: checker adjustments 2Csaba Dabis
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: checker adjustmentsCsaba Dabis
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2Csaba Dabis
2019-10-13[clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustmentsCsaba Dabis
2019-10-13[clang-tidy] New checker for not null-terminated result caused by strlen(), s...Csaba Dabis
2019-10-11Updated add_new_check.py to create checker tests in the new directoryDmitri Gribenko
2019-10-11[ClangTidy] Separate tests for infrastructure and checkers, fixupDmitri Gribenko
2019-10-11[ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko
2019-10-11Get ClangdXPC.framework building (barely) with CMake's Xcode generatorJordan Rose
2019-10-10[libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum
2019-10-09[clangd] Make sure ReplyCallbacks are destroyed before RequestCancelersMutexKadir Cetinkaya
2019-10-09[clangd] Propagate context into reply handlersKadir Cetinkaya
2019-10-08Try to get readability-deleted-default.cpp to pass on Windows.Nico Weber
2019-10-08[clangd] Disable expand auto on decltype(auto)Ilya Biryukov
2019-10-08[clangd] Bump timeouts in speculative completion testsKadir Cetinkaya
2019-10-07Attempt to fix a few clang-tidy tests on Windows, see PR43593.Nico Weber
2019-10-07Try to get clangd tests passing on Windows.Nico Weber
2019-10-07[clangd] Fix raciness in code completion testsKadir Cetinkaya
2019-10-07[clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.Haojian Wu
2019-10-07[clangd] If an undocumented definition exists, don't accept documentation fro...Sam McCall
2019-10-07[clangd] Collect missing macro references.Haojian Wu
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny
2019-10-04[clangd] update the package-lock.json.Haojian Wu
2019-10-04[CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny