1. 2f077c5 [clangd][vscode] clang-format the the extension code. by Haojian Wu · 4 years, 10 months ago
  2. 838bfc4 Fix "not all control paths return a value" warning. NFCI. by Simon Pilgrim · 4 years, 10 months ago
  3. aa0f440 [clangd] Remove bad assert: nothing relies on it, and the reasons it was true no longer hold. by Sam McCall · 4 years, 10 months ago
  4. 5c44ec4 [clangd] Add new helpers to make tweak tests scale better. Convert most tests. NFC by Sam McCall · 4 years, 10 months ago
  5. 5f04e2a [clang-tools-extra] Adopt FileManager's error-returning APIs by Harlan Haskins · 4 years, 10 months ago
  6. 6415c22 [clangd] Add missing braces to completion tests. NFC by Ilya Biryukov · 4 years, 10 months ago
  7. 6f3ac1a [clangd] Fix buildbot failure from ambigous ArrayRef ctor by Johan Vikstrom · 4 years, 10 months ago
  8. 13a6edf [clangd] Duplicate lines of semantic highlightings sent removed. by Johan Vikstrom · 4 years, 10 months ago
  9. c718b83 [clangd] Ignore semicolons, whitespace, and comments in SelectionTree. by Sam McCall · 4 years, 10 months ago
  10. 52cff5c [Clangd] NFC: Added FIXME in ExtractVariable tests by Shaurya Gupta · 4 years, 10 months ago
  11. 6c2c4ca [NFC] Remove LLVM_ALIGNAS by JF Bastien · 4 years, 10 months ago
  12. 09aba8c [clangd][NFC] Fix typo in comment by Jan Korous · 4 years, 10 months ago
  13. 0597f18 [clangd][NFC] Typo in comment by Jan Korous · 4 years, 10 months ago
  14. e91ad3d [clang-tidy] Fix the documentation for linuxkernel-must-use-errs. by Tom Roeder · 4 years, 10 months ago
  15. 907060b [clangd] Fix a regression in rL366996. by Haojian Wu · 4 years, 10 months ago
  16. 27b0453 [clangd] Ignore diags from builtin files by Kadir Cetinkaya · 4 years, 10 months ago
  17. ef4a547 [clang-doc] Fix expected output in tests by Diego Astiazaran · 4 years, 10 months ago
  18. c85f056 [clang-doc] Fix failing tests on Windows by Diego Astiazaran · 4 years, 10 months ago
  19. df0bb84 [clang-tidy]: Google: new check 'google-upgrade-googletest-case' by Eric Fiselier · 4 years, 10 months ago
  20. 34f1c45 [clangd] Fix NDEBUG build problem introduced by rL366698 by Bjorn Pettersson · 4 years, 10 months ago
  21. 78212c2 [clang-format] Fix style of css file paths by Diego Astiazaran · 4 years, 10 months ago
  22. a8daeae [clangd] Support extraction of binary "subexpressions" like a + [[b + c]]. by Sam McCall · 4 years, 10 months ago
  23. b218751 [Clangd] Disable ExtractVariable for all types of assignments by Shaurya Gupta · 4 years, 10 months ago
  24. 1197813 [clangd] Fix background index not triggering on windows due to case mismatch. by Sam McCall · 4 years, 10 months ago
  25. 5a3f096 [clang-doc] Fix failing tests on Windows by Diego Astiazaran · 4 years, 10 months ago
  26. c48eaad [clang-doc] Add option for user provided stylesheets by Diego Astiazaran · 4 years, 10 months ago
  27. b87071b [clang-tidy] Add a module for the Linux kernel. by Tom Roeder · 4 years, 10 months ago
  28. e5d713e [clang-doc] Add stylesheet to generated html docs by Diego Astiazaran · 4 years, 10 months ago
  29. 3276374 [clang-doc] Fix output format of html by Diego Astiazaran · 4 years, 10 months ago
  30. ccdeedb [clang-doc] Fix html entities in rendered text by Diego Astiazaran · 4 years, 10 months ago
  31. 2af1c81 [clangd] Fix the annotate tweak after rL366893 by Haojian Wu · 4 years, 10 months ago
  32. 9ef757d [clangd] Provide help text to users who run `clangd` in a terminal. by Sam McCall · 4 years, 10 months ago
  33. 16b99dd [clangd] Also accept flags from CLANGD_FLAGS variable. by Sam McCall · 4 years, 10 months ago
  34. 5c1483d [clangd] Add categories to help options, and only show clangd options. by Sam McCall · 4 years, 10 months ago
  35. 90a5bf9 [clangd] SelectionTree treats TranslationUnitDecl (mostly) consistently with other containers. by Sam McCall · 4 years, 10 months ago
  36. e8002c2 [clangd] Fix SelectionTree traversal of qualified types by Sam McCall · 4 years, 10 months ago
  37. 4f4ba65 [clangd] Reformat use of cl::opt: use unqualified name and don't bin-pack attributes. NFC by Sam McCall · 4 years, 10 months ago
  38. c4df283 [clangd] Bump vscode-clangd v0.0.16 by Haojian Wu · 4 years, 10 months ago
  39. c97569b [clangd] Update a stale comment, NFC. by Haojian Wu · 4 years, 10 months ago
  40. e09f472 [clangd] Implement "prepareRename" by Haojian Wu · 4 years, 10 months ago
  41. 34e53da [Clangd] Fixed ExtractVariable for certain types of Exprs by Shaurya Gupta · 4 years, 10 months ago
  42. 389f496 [clangd] Log version, cwd, args, and transport on startup. NFC by Sam McCall · 4 years, 10 months ago
  43. 3a76786 [clangd] Add dlog()s for SelectionTree, enabling -debug-only=SelectionTree.cpp by Sam McCall · 4 years, 10 months ago
  44. f5d80e8 Update documentation for all CERT checks that correspond to a recommendation. by Aaron Ballman · 4 years, 10 months ago
  45. e71b9c0 [clangd] Set buffer name for main file. NFCI by Sam McCall · 4 years, 10 months ago
  46. b887886 [clangd] Log input code of failed highlighting tests. NFC by Ilya Biryukov · 4 years, 10 months ago
  47. eeeb084 [clangd] Provide a way to publish highlightings in non-racy manner by Ilya Biryukov · 4 years, 10 months ago
  48. 4731df8 [clangd] Disable background-index on lit-tests by default by Kadir Cetinkaya · 4 years, 10 months ago
  49. 4358099 [Clangd] Fixed ExtractVariable test by Shaurya Gupta · 4 years, 10 months ago
  50. 5a0c478 [Clangd] Fixed SelectionTree bug for macros by Shaurya Gupta · 4 years, 10 months ago
  51. 4d423bb Revert "Revert r366458, r366467 and r366468" by Kadir Cetinkaya · 4 years, 10 months ago
  52. dab5c1c Revert r366458, r366467 and r366468 by Azharuddin Mohammed · 4 years, 10 months ago
  53. be86d2a [clangd] Handle windows line endings in QueryDriver by Kadir Cetinkaya · 4 years, 10 months ago
  54. f8bc68e [clangd] cleanup: unify the implemenation of checking a location is inside main file. by Haojian Wu · 4 years, 10 months ago
  55. c8e49d2 [clangd] Remove dead code from BackgroundIndex by Kadir Cetinkaya · 4 years, 10 months ago
  56. a9788b4 [clangd] BackgroundIndex stores shards to the closest project by Kadir Cetinkaya · 4 years, 10 months ago
  57. 876005d [clangd] Refactor background-index shard loading by Kadir Cetinkaya · 4 years, 10 months ago
  58. 915b654 [clangd] Get rid of dots and dotsdots within GlobalCompilationDatabase by Kadir Cetinkaya · 4 years, 10 months ago
  59. df73c1b [Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical by Shaurya Gupta · 4 years, 10 months ago
  60. 6757bb1 [Clangd] Changed ExtractVariable to only work on non empty selections by Shaurya Gupta · 4 years, 10 months ago
  61. a58b93a [clangd] Suppress unwritten scopes when expanding auto. by Haojian Wu · 4 years, 10 months ago
  62. 85cbf7a [clangd] Disable DumpRecordLayout by default per https://bugs.llvm.org/show_bug.cgi?id=42670 by Sam McCall · 4 years, 10 months ago
  63. a1854b2 Bump the trunk version to 10.0.0svn by Hans Wennborg · 4 years, 10 months ago
  64. f34df41 [clangd] Added highlightings for template parameters and specializations. by Johan Vikstrom · 4 years, 10 months ago
  65. 02ceb9c clang-tidy release notes: Split and order changes by type by Hans Wennborg · 4 years, 10 months ago
  66. ce0a23f [clangd] Fix Fix -Wunused-lambda-capture after r366339 by Fangrui Song · 4 years, 10 months ago
  67. 01846a8 [clang-tidy] Exclude forward decls from fuchsia-multiple-inheritance by Julie Hockett · 4 years, 10 months ago
  68. f7df160 [clang-tidy] Fix crash on end location inside macro by Nathan Huckleberry · 4 years, 10 months ago
  69. b6e9db3 Fix MSVC 'implicitly capture' compile error. NFCI. by Simon Pilgrim · 4 years, 10 months ago
  70. 142665f [clangd] Type hierarchy: don't resolve parents if the client only asked for children by Nathan Ridge · 4 years, 10 months ago
  71. d56dffe [clang-tidy] Adjust location of namespace comment diagnostic by Ilya Biryukov · 4 years, 10 months ago
  72. db8f75c [clangd] Force the required interpretation of #import on windows tests. by Sam McCall · 4 years, 10 months ago
  73. 0feea31 [clangd] Handle windows line endings in QueryDriver by Kadir Cetinkaya · 4 years, 10 months ago
  74. 6bffa7e [clangd] Fix error message in tweaktests to be useful. NFC by Sam McCall · 4 years, 10 months ago
  75. 80aa898 Replace CRLF with LF. by Rui Ueyama · 4 years, 10 months ago
  76. b9fabf1 [clang-tidy] initial version of readability-convert-member-functions-to-static by Matthias Gehre · 4 years, 10 months ago
  77. bdb541d [clangd] Added highlighting for the targets in typedefs and using. by Johan Vikstrom · 4 years, 10 months ago
  78. 8503a1e [clangd] Don't rebuild background index until we indexed one TU per thread. by Sam McCall · 4 years, 10 months ago
  79. 745f3e2 [clangd] Fix doc by Kadir Cetinkaya · 4 years, 10 months ago
  80. 68fb5c3 [clangd] Fix duplicate highlighting tokens appearing in initializer lists. by Johan Vikstrom · 4 years, 10 months ago
  81. c6baa10 [clangd] Added highlighting for members and methods. by Johan Vikstrom · 4 years, 10 months ago
  82. f49f41d [clangd] Added highlighting to enum constants. by Johan Vikstrom · 4 years, 10 months ago
  83. 960aac2 Simplify with llvm::is_contained. NFC by Fangrui Song · 4 years, 10 months ago
  84. 480d1d0 [clangd] Mark type hierarchy as a supported feature in the docs by Nathan Ridge · 4 years, 10 months ago
  85. 5b3c28d [clangd] Implement typeHierarchy/resolve for subtypes by Nathan Ridge · 4 years, 10 months ago
  86. fed14e3 [clang-doc] Fix failing tests on Windows by Julie Hockett · 4 years, 10 months ago
  87. 65bdf13 [clangd] Fix off-by-one in CodeComplete and assertion in Dex by Sam McCall · 4 years, 10 months ago
  88. 41581f2 [clang-doc] Add html links to references by Julie Hockett · 4 years, 10 months ago
  89. 4e8c84e Revert "[clangd] Implement typeHierarchy/resolve for subtypes" by Russell Gallop · 4 years, 10 months ago
  90. ddd06cc [clangd] Fixed toHalfOpenFileRange by Shaurya Gupta · 4 years, 10 months ago
  91. 6569092 [clangd] Prioritize indexing of files that share a basename with the open file. by Sam McCall · 4 years, 10 months ago
  92. 140f132 [clangd] Move the expandAuto tweak from global namespace into annoymous namespace. by Haojian Wu · 4 years, 10 months ago
  93. 5b2d5ad [clangd] Don't run the prepare for tweaks that are disabled. by Haojian Wu · 4 years, 10 months ago
  94. 71efad8 [test] Delete trailing spaces from YAML tests after D65566/r365869 by Fangrui Song · 4 years, 10 months ago
  95. bf83f6e [clangd] Implement typeHierarchy/resolve for subtypes by Nathan Ridge · 4 years, 10 months ago
  96. 3f043f7 [clangd] Add a missing early return in getTypeHierarchy() by Nathan Ridge · 4 years, 10 months ago
  97. 7d8bf6f [clangd] Fix MSVC build failure. by Paul Robinson · 4 years, 10 months ago
  98. 40d1610 [clangd][NFC] Decrease template depth limit in RecursiveHierarchyUnbounded test by Jan Korous · 4 years, 10 months ago
  99. 9d8ae43 [clangd] Avoid template in Task constructor, hopefully fix MSVC build by Sam McCall · 4 years, 10 months ago
  100. a281ffa [clangd] Consume llvm::Error in test after r365792 by Sam McCall · 4 years, 10 months ago