1. b2db89d [clangd] Implementation of auto type expansion. by Sam McCall · 5 years ago
  2. ffc4583 [clangd] Remove an extra ";", NFC by Haojian Wu · 5 years ago
  3. f77e928 [clangd][QueryDriver] Use language from underlying database if possible by Kadir Cetinkaya · 5 years ago
  4. 0a21388 [clangd] Add priorities to background index queue, extract to separate class by Sam McCall · 5 years ago
  5. e48bd72 [clangd] Remove the extra ";", NFC by Haojian Wu · 5 years ago
  6. fc918c2 [clangd] Fix an assertion crash in "ExtractVariable" tweak by Haojian Wu · 5 years ago
  7. fc715ca [clangd] Fix windows buildbots by Kadir Cetinkaya · 5 years ago
  8. 484de5b [clangd] Add a missing "return nullptr;" to the SelectionTree::commonAncestor. by Haojian Wu · 5 years ago
  9. c303f08 [clangd] Reland rL365634 by Kadir Cetinkaya · 5 years ago
  10. 9bfc0b7 [clangd] Added highlightings for namespace specifiers. by Johan Vikstrom · 5 years ago
  11. 49ca276 Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." by Haojian Wu · 5 years ago
  12. eaf575a [clang-doc] Silence compiler warning with gcc 7.4 [NFC] by Mikael Holmen · 5 years ago
  13. 8a2d745 rL365634 adds a unique_ptr<CompilationDatabase> in GobalCompilationDatabase.h:108 but CompilationDatabase is only forward declared. This makes the header not compile standalone, because unique_ptrs expect to have the full-definition of the... by Sterling Augustine · 5 years ago
  14. d4bbac8 [clang-doc] Add a structured HTML generator by Julie Hockett · 5 years ago
  15. dfcec14 Revert "[clangd] Filter out non-governed files from broadcast" by Matthew Voss · 5 years ago
  16. 2bef96b Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the Option class." by Don Hinton · 5 years ago
  17. 6faca2e [clangd] Filter out non-governed files from broadcast by Kadir Cetinkaya · 5 years ago
  18. 5db0e02 [clangd] Trim spaces around parsed include in include extractor by Kadir Cetinkaya · 5 years ago
  19. c4bd00e [clangd] Add a flag to clangdServer rename function to control whether we want format the replacements. by Haojian Wu · 5 years ago
  20. 17bf30d [clangd] Stop recording tokens before running clang-tidy by Ilya Biryukov · 5 years ago
  21. 3f6bcf6 [clangd] Consume error to avoid assertion failures by Ilya Biryukov · 5 years ago
  22. a9c0b46 [clangd] Added highlighting for class and enum types. by Johan Vikstrom · 5 years ago
  23. 9dbdd9a [clangd] fix assert in test after r365531. by Sam McCall · 5 years ago
  24. c77999a [clangd] Rewrite of logic to rebuild the background index serving structures. by Sam McCall · 5 years ago
  25. 4c5d091 [clangd] Show documentation in hover, and fetch docs from index if needed. by Sam McCall · 5 years ago
  26. 9d9bf61 Enhance abseil-faster-strsplit-delimiter to handle other non-printable characters. by Dmitri Gribenko · 5 years ago
  27. ff39ec2 Fixed assertion by Shaurya Gupta · 5 years ago
  28. e51476a dummy variable extraction on a function scope by Shaurya Gupta · 5 years ago
  29. d425b10 A test commit following 'Obtaining Commit Access' (https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access) by Jian Cai · 5 years ago
  30. cfe0774 [clangd] Don't insert absolute paths, give up instead. by Sam McCall · 5 years ago
  31. 6df4401 [clangd] Use -completion-style=bundled by default if signature help is available by Sam McCall · 5 years ago
  32. 3108c90 [clangd] A code tweak to expand a macro by Ilya Biryukov · 5 years ago
  33. 49a3288 [clangd] Use xxhash instead of SHA1 for background index file digests. by Sam McCall · 5 years ago
  34. f65bad2 [clangd] Avoid slow ostreams in URI conversion. by Sam McCall · 5 years ago
  35. 09d80db [clangd] Encapsulate fields in dex token. NFC by Sam McCall · 5 years ago
  36. 8c50383 Bitstream reader: Fix undefined behavior seen after rL364464 by Bjorn Pettersson · 5 years ago
  37. 740472d [clangd] Added highlighting for variable references (declrefs) by Johan Vikstrom · 5 years ago
  38. 6540f58 [clangd] Deduplicate clang-tidy diagnostic messages. by Haojian Wu · 5 years ago
  39. 4ebed61 [clangd] Mark a couple of unimportant flags as hidden. NFC by Sam McCall · 5 years ago
  40. 50ab832 [clangd] Fix breakage on gcc 5.4 by Kadir Cetinkaya · 5 years ago
  41. 7a2e547 [clangd] Some tweaks on semantic highlighting lookuptable. by Haojian Wu · 5 years ago
  42. 841f395 [clangd] Fix a lifetime bug in QueryDriver by Kadir Cetinkaya · 5 years ago
  43. 32aa621 [clangd] Query driver reads stderr and passes driver as first argument by Kadir Cetinkaya · 5 years ago
  44. acd3363 [clangd] Add a hidden tweak to annotate all highlighting tokens of the file. by Haojian Wu · 5 years ago
  45. d916306 [clangd] Turn background-index on by default by Kadir Cetinkaya · 5 years ago
  46. ba9f9f8 [clangd] Make HadErrors part of background index's internal state by Kadir Cetinkaya · 5 years ago
  47. 53dbcea [clangd] Add HadErrors field into shards by Kadir Cetinkaya · 5 years ago
  48. 68f17cb [clangd] Store hash of command line in index shards. by Kadir Cetinkaya · 5 years ago
  49. dac9274 [clangd] Also cache failures while indexing by Kadir Cetinkaya · 5 years ago
  50. 494b724 [clangd] Add missing changes for 365111 by Johan Vikstrom · 5 years ago
  51. 1714b1d [clangd] Emit publishSemanticHighlighting in LSP if enabled by Johan Vikstrom · 5 years ago
  52. 9737de8 [Bitcode] Move Bitstream to a separate library by Francis Visoiu Mistrih · 5 years ago
  53. e5186b5 Fixed a link in ReleaseNotes.rst (follow-up to r365007) by Dmitri Gribenko · 5 years ago
  54. 5265b7e [clang-tidy] new check: bugprone-posix-return by Dmitri Gribenko · 5 years ago
  55. 13a180a [clang][HeaderSearch] Shorten paths for includes in mainfile's directory by Kadir Cetinkaya · 5 years ago
  56. d0fd727 [clang-doc] Serialize child namespaces and records by Julie Hockett · 5 years ago
  57. 4cc46eb [clang-doc] Fix segfault in comment sorting by Julie Hockett · 5 years ago
  58. ca59e46 [clang-tidy] Extend TransformerClangTidyCheck to support adding includes. by Yitzhak Mandelbaum · 5 years ago
  59. 8db6b2c [clangd] Collect the refs when the main file is header. by Haojian Wu · 5 years ago
  60. 755975d Fixed two issues in clang-tidy -help. by Alexander Kornienko · 5 years ago
  61. 4f5f8d5 Summary: [Clangd] Added hidden command line option -tweaks to specify which tweaks to enable by Shaurya Gupta · 5 years ago
  62. 513fc2c [clangd] No longer getting template instantiations from header files in Main AST. by Johan Vikstrom · 5 years ago
  63. 8fdd122 [clangd] Fix unused var from r364735 by Sam McCall · 5 years ago
  64. 83a6ad2 [clangd] Make PreambleStatusCache handle filenames more carefully by Sam McCall · 5 years ago
  65. a86d240 [clangd] Show better message when we rename macros. by Haojian Wu · 5 years ago
  66. b0c428c [clangd] Make FixIt message be consistent with the clang-tidy diagnostic message. by Haojian Wu · 5 years ago
  67. 8dd14b2 Cleanup: llvm::bsearch -> llvm::partition_point after r364719 by Fangrui Song · 5 years ago
  68. fad1e12 [ADT] Implement llvm::bsearch() with std::partition_point() by Fangrui Song · 5 years ago
  69. 34e3ee5 [clang-doc] Handle anonymous namespaces by Julie Hockett · 5 years ago
  70. 87e1692 [clang-doc] De-duplicate comments and locations by Julie Hockett · 5 years ago
  71. 36ee7e6 Update CODE_OWNERS.txt for clang-doc by Julie Hockett · 5 years ago
  72. e6e21b9 [clangd] Emit semantic highlighting tokens when the main AST is built. by Johan Vikstrom · 5 years ago
  73. ecb0401 [clangd] Fix a case where we fail to detect a header-declared symbol in rename. by Haojian Wu · 5 years ago
  74. d6f65b4 [clang-tidy] Fix NDEBUG build [NFC] by Mikael Holmen · 5 years ago
  75. 9ed3893 [clangd] No need to setTraversalScope in SemanticHighlighting. by Haojian Wu · 5 years ago
  76. cb3e79b [clangd] Address limitations in SelectionTree: by Sam McCall · 5 years ago
  77. 3163401 BitStream reader: propagate errors by JF Bastien · 5 years ago
  78. 2a50301 [clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator. by Yitzhak Mandelbaum · 5 years ago
  79. 78a2bfd [clang-tidy] Fix ClangTidyTest to initialize context before checks. by Yitzhak Mandelbaum · 5 years ago
  80. c0695b6 [clangd] Added functionality for getting semantic highlights for variable and function declarations by Johan Vikstrom · 5 years ago
  81. 6db0d68 [clangd] Disable failing unittest on non-x86 platforms by Kadir Cetinkaya · 5 years ago
  82. 7a7cc5d [clangd] Don't rename the namespace. by Haojian Wu · 5 years ago
  83. fb55491 [clangd] Add Value field to HoverInfo by Kadir Cetinkaya · 5 years ago
  84. a36ad87 [clangd] Enable extraction of system includes from custom toolchains by Kadir Cetinkaya · 5 years ago
  85. 1e6b175 [clangd] Link and initialize target infos by Kadir Cetinkaya · 5 years ago
  86. f9c42bc [clang-tidy] Update documentation for Qt Creator integration. by Nikolai Kosjar · 5 years ago
  87. 7b599ae [clangd] Fix NestedNameSpecifierLoc in SelectionTree by Sam McCall · 5 years ago
  88. 896715e [clangd] Narrow rename to local symbols. by Haojian Wu · 5 years ago
  89. ca475f1 [clangd] Cleanup the duplicated getTokenRange. by Haojian Wu · 5 years ago
  90. 7b9ae24 [clang-doc] Add basic support for templates and typedef by Julie Hockett · 5 years ago
  91. 1f8d632 [clangd] Improve SelectionTree string representation by Sam McCall · 5 years ago
  92. 34bb549 [NFC] Marking test added in r363975 as unsupported on Windows. by Douglas Yung · 5 years ago
  93. 28adac1 [clang-tidy] misc-unused-parameters: don't comment out parameter name for C code by Matthias Gehre · 5 years ago
  94. 3a5734d Quote path to Python executable in case it has spaces by Reid Kleckner · 5 years ago
  95. 2ad32f0 [clangd] Add include-mapping for C symbols. by Haojian Wu · 5 years ago
  96. d1cc0ba [clang-tidy] Fix a typo in the doc. by Haojian Wu · 5 years ago
  97. a214d44 [clang-tidy] Move test files of rL363975 into Inputs directory by Kadir Cetinkaya · 5 years ago
  98. d60d52d [clang-tidy] Fail gracefully upon empty database fields by Serge Guelton · 5 years ago
  99. 86ea92e [clangd] Include the diagnostics's code when comparing diagnostics by Nathan Ridge · 5 years ago
  100. 0d0ce02 [clangd] Consume error returned by cleanupAndFormat by Ilya Biryukov · 5 years ago