1. 5c40544 Move endian constant from Host.h to SwapByteOrder.h, prune include by Reid Kleckner · 4 years, 5 months ago master
  2. f57e6b0 [clangd] Report declaration references in findExplicitReferences. by Haojian Wu · 4 years, 5 months ago
  3. 4e1c140 [clangd] Use our own relation kind. by Haojian Wu · 4 years, 5 months ago
  4. d0b0f65 clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 5 months ago
  5. ff56422 [lit] Fix another test case that r374652 missed by Joel E. Denny · 4 years, 5 months ago
  6. d22b955 [clangd] Add the missing dependency on `clangLex`. by Michael Liao · 4 years, 5 months ago
  7. 889a134 [clangd] Add RemoveUsingNamespace tweak. by Utkarsh Saxena · 4 years, 6 months ago
  8. b668323 [clangd][NFC] Update comments to use triple-slashes by Kadir Cetinkaya · 4 years, 6 months ago
  9. 330627e [clangd] Propagate main context into ClangdServer by Kadir Cetinkaya · 4 years, 6 months ago
  10. 15bb734 [clang-tools-extra] Fix overzealous linking of dylib to clangTidy by Michal Gorny · 4 years, 6 months ago
  11. e2fa1fb [clang-scan-deps] Support for clang --analyze in clang-scan-deps by Jan Korous · 4 years, 6 months ago
  12. 2b00989 [clangd] Improve semantic highlighting in dependent contexts (fixes #154) by Nathan Ridge · 4 years, 6 months ago
  13. 5dde9bd clangd tests: use extended regex with sed by Nico Weber · 4 years, 6 months ago
  14. adc1309 convert another test to unix line endings by Nico Weber · 4 years, 6 months ago
  15. 58fd823 convert a test to unix line endings by Nico Weber · 4 years, 6 months ago
  16. 2a93748 fix typo in 374747 by Nico Weber · 4 years, 6 months ago
  17. 1c1c008 Prefer 'env not' over 'not env' in tests. by Nico Weber · 4 years, 6 months ago
  18. d44491b Make symbols.test pass on Windows. by Nico Weber · 4 years, 6 months ago
  19. 9cf0a8e Make code-action-request.test and request-reply.test pass on Windows. by Nico Weber · 4 years, 6 months ago
  20. dfd4277 Don't run background-index.test on Windows. by Nico Weber · 4 years, 6 months ago
  21. d48801e Add missing "REQUIRES: shell" to system-include-extractor.test by Nico Weber · 4 years, 6 months ago
  22. 06d69b2 Make the last to clangd unit tests pass on Windows. by Nico Weber · 4 years, 6 months ago
  23. 23b584e Make most clangd unittests pass on Windows by Nico Weber · 4 years, 6 months ago
  24. 4681c87 [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 4 by Csaba Dabis · 4 years, 6 months ago
  25. d387aac [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 3 by Csaba Dabis · 4 years, 6 months ago
  26. 442952a [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 2 by Csaba Dabis · 4 years, 6 months ago
  27. d2410d2 [clang-tidy] bugprone-not-null-terminated-result: checker adjustments by Csaba Dabis · 4 years, 6 months ago
  28. fc14c74 [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2 by Csaba Dabis · 4 years, 6 months ago
  29. 96cbf35 [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments by Csaba Dabis · 4 years, 6 months ago
  30. 866643e [clang-tidy] New checker for not null-terminated result caused by strlen(), size() or equal length by Csaba Dabis · 4 years, 6 months ago
  31. 906fb66 Updated add_new_check.py to create checker tests in the new directory by Dmitri Gribenko · 4 years, 6 months ago
  32. 9ff32ff [ClangTidy] Separate tests for infrastructure and checkers, fixup by Dmitri Gribenko · 4 years, 6 months ago
  33. 2d041f4 [ClangTidy] Separate tests for infrastructure and checkers by Dmitri Gribenko · 4 years, 6 months ago
  34. e57aec4 Get ClangdXPC.framework building (barely) with CMake's Xcode generator by Jordan Rose · 4 years, 6 months ago
  35. 21eb3b0 [libTooling] Move Transformer files to their own directory/library. by Yitzhak Mandelbaum · 4 years, 6 months ago
  36. 320a2aa [clangd] Make sure ReplyCallbacks are destroyed before RequestCancelersMutex by Kadir Cetinkaya · 4 years, 6 months ago
  37. d697ed6 [clangd] Propagate context into reply handlers by Kadir Cetinkaya · 4 years, 6 months ago
  38. d692afb Try to get readability-deleted-default.cpp to pass on Windows. by Nico Weber · 4 years, 6 months ago
  39. 357dfe7 [clangd] Disable expand auto on decltype(auto) by Ilya Biryukov · 4 years, 6 months ago
  40. 78a391c [clangd] Bump timeouts in speculative completion tests by Kadir Cetinkaya · 4 years, 6 months ago
  41. a0c78e1 Attempt to fix a few clang-tidy tests on Windows, see PR43593. by Nico Weber · 4 years, 6 months ago
  42. 6f3f3fc Try to get clangd tests passing on Windows. by Nico Weber · 4 years, 6 months ago
  43. 0ebd939 [clangd] Fix raciness in code completion tests by Kadir Cetinkaya · 4 years, 6 months ago
  44. e845f76 [clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch. by Haojian Wu · 4 years, 6 months ago
  45. fb179fa [clangd] If an undocumented definition exists, don't accept documentation from other forward decls. by Sam McCall · 4 years, 6 months ago
  46. 3f8733c [clangd] Collect missing macro references. by Haojian Wu · 4 years, 6 months ago
  47. 2e6fcdf [clang-tools-extra] [cmake] Link against libclang-cpp whenever possible by Michal Gorny · 4 years, 6 months ago
  48. bc86507 [clangd] update the package-lock.json. by Haojian Wu · 4 years, 6 months ago
  49. 4391357 [CodeComplete] Ensure object is the same in compareOverloads() by Ilya Biryukov · 4 years, 6 months ago
  50. 43fd338 [clang-tools-extra] [cmake] Use add_clang_tool() to install tools by Michal Gorny · 4 years, 6 months ago
  51. 9323f46 Add the misc-init-local-variables check. by Aaron Ballman · 4 years, 6 months ago
  52. 33b36d3 [Clangd] ExtractFunction: Don't extract body of enclosing function. by Shaurya Gupta · 4 years, 6 months ago
  53. 7ab2bc9 [Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153) by Shaurya Gupta · 4 years, 6 months ago
  54. bfdb292 [clangd] Bail out early if we are sure that the symbol is used outside of the file. by Haojian Wu · 4 years, 6 months ago
  55. 1a9fe2e [clangd] SelectionTree should mark a node as fully-selected if the only claimed tokens were early-claimed. by Sam McCall · 4 years, 6 months ago
  56. e3a89e2 [clang-tidy] Fix typo in r373428 by Sam McCall · 4 years, 6 months ago
  57. 8464847 [clangd] Always send file URIs to editors by Kadir Cetinkaya · 4 years, 6 months ago
  58. 2d04309 [clang-tidy] Fix for commits rL372706 and rL372711 by Adam Balogh · 4 years, 6 months ago
  59. 45395ad [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock by Stephane Moore · 4 years, 6 months ago
  60. c164f04 [clangd] Implement getBeginning for overloaded operators. by Haojian Wu · 4 years, 6 months ago
  61. 327a7ed [clangd] Use the index-based API to do the header-source switch. by Haojian Wu · 4 years, 6 months ago
  62. d4565ee [clangd] Handle template arguments in findExplicitReferences by Ilya Biryukov · 4 years, 6 months ago
  63. 7fd7381 [clangd] Handle OverloadExpr in targetDecl by Ilya Biryukov · 4 years, 6 months ago
  64. 47a5141 [clang-tidy] Fix module registry name and description for Darwin clang-tidy module. by Dmitri Gribenko · 4 years, 6 months ago
  65. efe5cc5 [clangd] Implement a smart version of HeaderSource switch. by Haojian Wu · 4 years, 6 months ago
  66. 1bd50bf [clangd] Fix template type aliases in findExplicitReference by Ilya Biryukov · 4 years, 6 months ago
  67. 6d4e8b7 clang-tidy: Don't repeat list of all checks in three places. by Nico Weber · 4 years, 6 months ago
  68. 97bb27a [clangd] Remove an unrelated comment, NFC. by Haojian Wu · 4 years, 6 months ago
  69. 81da91d Fixed indentation in a ClangTidy test by Dmitri Gribenko · 4 years, 6 months ago
  70. b4b5322 [clangd] Handle type template parameters in findExplicitReferences by Ilya Biryukov · 4 years, 6 months ago
  71. d865f0a Moved -fblocks from an individual test to check_clang_tidy.py by Dmitri Gribenko · 4 years, 6 months ago
  72. 870b3f5 [clang-tidy] New check to warn when storing dispatch_once_t in non-static, non-global storage. by Dmitri Gribenko · 4 years, 6 months ago
  73. 82d421f [clangd] Support OverloadExpr in findExplicitReferences by Ilya Biryukov · 4 years, 6 months ago
  74. 165bb2c Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-static, non-global storage" by Dmitri Gribenko · 4 years, 6 months ago
  75. 43c0d01 [clang-tidy] New check to warn when storing dispatch_once_t in non-static, non-global storage by Stephane Moore · 4 years, 6 months ago
  76. 613396c [clangd] Bump vscode-clangd v0.0.18 by Haojian Wu · 4 years, 6 months ago
  77. 09eb102 [clangd][vscode] Add npm helper commands to package/release the extension. by Haojian Wu · 4 years, 6 months ago
  78. cc87129 Return results by value from ClangTidyCheckFactories::createChecks by Dmitri Gribenko · 4 years, 6 months ago
  79. 6952e4f Use std::unique_ptr in ClangTidyCheckFactories by Dmitri Gribenko · 4 years, 6 months ago
  80. 40c5077 [clangd][vscode] Update vscode lsp dependencies to pickup the new changes in LSP v3.15.0. by Haojian Wu · 4 years, 6 months ago
  81. e1fab02 [clangd][vscode] Turn on the semantic highlighting by default. by Haojian Wu · 4 years, 6 months ago
  82. ae7f055 [clang-tidy] Make llvm-header-guard work on llvm git monorepo by Haojian Wu · 4 years, 6 months ago
  83. 5e3b94d [clangd] Add a helper for extracting nonlocal decls in a FunctionDecl by Kadir Cetinkaya · 4 years, 6 months ago
  84. 1c45c5d [clangd] Change constness of parameters to findExplicitRefs by Kadir Cetinkaya · 4 years, 6 months ago
  85. 5f4ee1b [clangd] Fix parseNamespaceEvents to parse the last token by Kadir Cetinkaya · 4 years, 6 months ago
  86. 902f9f7 [clangd] Add missing header guard, NFC. by Haojian Wu · 4 years, 6 months ago
  87. 5e8185a [clangd] A helper to find explicit references and their names by Ilya Biryukov · 4 years, 6 months ago
  88. 56c99b4 [clangd] Move the existing heder-source-switch implemenation out of clangdServer. by Haojian Wu · 4 years, 6 months ago
  89. 8d961df [clangd] Fix the stale documentation about background indexing. by Haojian Wu · 4 years, 6 months ago
  90. b472691 [clangd] Add semantic selection to ClangdLSPServer. by Utkarsh Saxena · 4 years, 6 months ago
  91. 2c5deb3 [clangd] Save an unnecessary copy, NFC. by Haojian Wu · 4 years, 6 months ago
  92. 29c67ff [clangd] Collect macros in the preamble region of the main file by Haojian Wu · 4 years, 6 months ago
  93. d793f62 [clang-tidy][test] Add -fexceptions to bugprone-infinite-loop.test by Fangrui Song · 4 years, 6 months ago
  94. 8d0086a [modularize] Fix compilation warning after r372681 by Mikael Holmen · 4 years, 6 months ago
  95. 9d5d90e [clang-tidy] Add bugprone-infinite-loop.rst from D64736 to fix buildbot by Fangrui Song · 4 years, 6 months ago
  96. 95f4994 [clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test from D64736 by Fangrui Song · 4 years, 6 months ago
  97. c04f1a7 Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops by Simon Pilgrim · 4 years, 6 months ago
  98. 8b94e9f [clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite loops by Adam Balogh · 4 years, 6 months ago
  99. e50088e [Clang-doc] NFC: Fixed link to llvm bugs in documentation by Shaurya Gupta · 4 years, 6 months ago
  100. f1f4b3f [clangd] Simplify the callside of URI::resolve, NFC. by Haojian Wu · 4 years, 6 months ago