1. dde8a0f [clangd] show underlying type in type hint for `decltype(expr)` by v1nh1shungry · 2 years, 5 months ago
  2. 8d9828e [clang-tidy] Fix all broken links in the comment. by Haojian Wu · 2 years, 5 months ago
  3. 2c675be [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC) by Kazu Hirata · 2 years, 5 months ago
  4. f325b5b [clang-tidy] Support std::string_view in readability-redundant-string-cstr by Tamas Berghammer · 2 years, 5 months ago
  5. d408c34 [clangd] Add extension for adding context (enclosing function or class) in references results by Tom Praschan · 2 years, 5 months ago
  6. 46575f6 [clangd] Fix action `RemoveUsingNamespace` for inline namespace by v1nh1shungry · 2 years, 5 months ago
  7. d9ab3e8 [clang] Use a StringRef instead of a raw char pointer to store builtin and call information by serge-sans-paille · 2 years, 5 months ago
  8. aa17183 Revert "[clang] Use a StringRef instead of a raw char pointer to store builtin and call information" by Vitaly Buka · 2 years, 5 months ago
  9. e953ae5 [clang] Use a StringRef instead of a raw char pointer to store builtin and call information by serge-sans-paille · 2 years, 5 months ago
  10. 3a39b0a [clang] Migrate away from a deprecated Clang CFG factory function by Dmitri Gribenko · 2 years, 5 months ago
  11. 07d9ab9 Revert "[clang] Use a StringRef instead of a raw char pointer to store builtin and call information" by serge-sans-paille · 2 years, 5 months ago
  12. 5ce4e92 [clang] Use a StringRef instead of a raw char pointer to store builtin and call information by serge-sans-paille · 2 years, 5 months ago
  13. b7065a3 Revert "[clang] Use a StringRef instead of a raw char pointer to store builtin and call information" by serge-sans-paille · 2 years, 5 months ago
  14. 719d98d [clang] Use a StringRef instead of a raw char pointer to store builtin and call information by serge-sans-paille · 2 years, 5 months ago
  15. e82dd5b [clang-tidy][NFC] Remove custom isInAnonymousNamespace matchers by Carlos Galvez · 2 years, 5 months ago
  16. b494f67 [clangd] Fix crashing race in ClangdServer shutdown with stdlib indexing by Sam McCall · 2 years, 5 months ago
  17. 01303f6 [clang-tidy] Fix crash in bugprone-suspicious-realloc-usage. by Balázs Kéri · 2 years, 6 months ago
  18. 6761ba7 [clangd] Avoid triggering linkage computation for decl with unstable linkage in SymbolRelevanceSignals::computeASTSignals() by Nathan Ridge · 2 years, 6 months ago
  19. f09cf34 [Support] Move TargetParsers to new component by Archibald Elliott · 2 years, 6 months ago
  20. b76cc30 [include-cleaner] Respect IWYU pragmas during analyze by Kadir Cetinkaya · 2 years, 6 months ago
  21. 854c10f [Clang] Prepare for llvm::Optional becoming std::optional. by Benjamin Kramer · 2 years, 6 months ago
  22. 4b2cf98 [clangd] Support type hints for `decltype(expr)` by v1nh1shungry · 2 years, 6 months ago
  23. 8a7ea76 [include-cleaner] Base-type usage from member exprs is implicit. by Haojian Wu · 2 years, 6 months ago
  24. bf452f9 [clang-tidy][NFC] Replace custom isStatic matcher with the existing isStaticStorageClass by Carlos Galvez · 2 years, 6 months ago
  25. 81c3739 [include-cleaner] Use expansion locations for macros. by Viktoriia Bakalova · 2 years, 6 months ago
  26. 0e54581 [include-cleaner] Handle dependent type members in AST. by Viktoriia Bakalova · 2 years, 6 months ago
  27. 8551563 [include-cleaner] Fix a missing review comment. by Haojian Wu · 2 years, 6 months ago
  28. 0ab57bd [include-cleaner] Fix the member-expr-access usage for sugar type. by Haojian Wu · 2 years, 6 months ago
  29. 205c058 Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optional" by Krzysztof Parzyszek · 2 years, 6 months ago
  30. 541ef3d Include <optional> instead of "llvm/ADT/Optional.h" by Kazu Hirata · 2 years, 6 months ago
  31. d22f050 Remove redundant .c_str() and .get() calls by Gregory Alfonso · 2 years, 6 months ago
  32. 8f0df9f [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optional by Krzysztof Parzyszek · 2 years, 6 months ago
  33. b57533d [clang-tools-extra] llvm::Optional::value => operator*/operator-> by Fangrui Song · 2 years, 6 months ago
  34. 43fbbcb [clangd] llvm::Optional::value => operator*/operator-> by Fangrui Song · 2 years, 6 months ago
  35. 53243f2 std::optional::value => operator*/operator-> by Fangrui Song · 2 years, 6 months ago
  36. 8310bec [clangd] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to std::optional by Fangrui Song · 2 years, 6 months ago
  37. 40d29c0 [clangd] Remove ReferenceFinder::Reference::Target by Nathan Ridge · 2 years, 6 months ago
  38. a9f9f3d Correct typos (NFC) by Sprite · 2 years, 6 months ago
  39. 0da4cec [clang][dataflow] Remove unused argument in getNullability by Dani Ferreira Franco Moura · 2 years, 6 months ago
  40. b1df3a2 [Support] llvm::Optional => std::optional by Fangrui Song · 2 years, 6 months ago
  41. 1da3a79 JSON: llvm::Optional => std::optional by Fangrui Song · 2 years, 6 months ago
  42. 66bf54ab [clang-tidy] Use Python3 for add_new_check.py and rename_check.py by Carlos Galvez · 2 years, 6 months ago
  43. 40cc041 [clang-tools-extra] Convert tests to check 'target=...' by Paul Robinson · 2 years, 6 months ago
  44. 98550df [clang-tidy] Add configuration option to bugprone-unchecked-optional-access check. by Yitzhak Mandelbaum · 2 years, 6 months ago
  45. 8b61376d YAMLParser: llvm::Optional => std::optional by Fangrui Song · 2 years, 6 months ago
  46. 7e937d0 Don't include StringSwitch (NFC) by Kazu Hirata · 2 years, 6 months ago
  47. 6eb0b0a Don't include Optional.h by Kazu Hirata · 2 years, 6 months ago
  48. c8942c6 [clang-tidy] Use llvm::transformOptional (NFC) by Kazu Hirata · 2 years, 6 months ago
  49. 4702d8d [include-cleaner] Print the line number of removal #includes. by Haojian Wu · 2 years, 6 months ago
  50. 6f0b149 [clangd] Correct the local variable names to match the code style, NFC by Haojian Wu · 2 years, 6 months ago
  51. b0de363 [clang] Remove uses of ::testing::Matcher<const Optional<T> &> by Fangrui Song · 2 years, 6 months ago
  52. bcb457c [clangd] Fix a semantic highlighting crash on dependent code. by Haojian Wu · 2 years, 6 months ago
  53. 48e6ff9 [clangd] Fix some header guard names, NFC by Haojian Wu · 2 years, 6 months ago
  54. c187182 [clangd] Add a missing header guard for InsertionPoint.h by Haojian Wu · 2 years, 6 months ago
  55. 35d9f87 [clang-tidy] Fix a couple additional cases in misc-use-anonymous-namespace only by Carlos Galvez · 2 years, 6 months ago
  56. 647d314 [clangd] Add support for semantic token type "operator" by Christian Kandeler · 2 years, 6 months ago
  57. dabda23 [clang-tidy][NFC] Fix compiler warning in GlobListTest.cpp by Carlos Galvez · 2 years, 6 months ago
  58. e864749 [include-cleaner] Add a newline at end of the file, NFC by Haojian Wu · 2 years, 6 months ago
  59. d3c3de6 [clang-tidy][NFC] Simply match processing in misc-use-anonymous-namespace by Carlos Galvez · 2 years, 6 months ago
  60. 6c0c280 [include-cleaner] Include the reference type when printing the SymbolReference. by Haojian Wu · 2 years, 6 months ago
  61. 843be73 [clangd] Fix a typo "Features.h" => "Feature.h" in IWYU pragma. by Haojian Wu · 2 years, 6 months ago
  62. 5af4408 [clangd] Remove a gest-internal header, NFC by Haojian Wu · 2 years, 6 months ago
  63. 4ce6dfb [include-cleaner] Add a unique_ptr-style member expr test in WalkASTTest. by Haojian Wu · 2 years, 6 months ago
  64. c824db4 [clang-tools-extra] Use std::optional instead of None in comments (NFC) by Kazu Hirata · 2 years, 6 months ago
  65. f7dffc2 Don't include None.h (NFC) by Kazu Hirata · 2 years, 6 months ago
  66. ec3f8fe [Clang-Tidy] Empty Check by Abraham Corea Diaz · 2 years, 6 months ago
  67. bf6e655 [include-cleaner] Filter out references that not spelled in the main file. by Haojian Wu · 2 years, 6 months ago
  68. edd5d77 [clangd] NFC. Add a newline at the end of the file by Ilya Biryukov · 2 years, 6 months ago
  69. 526fb5f [include-cleaner] Fix walkUsed only report a single macro ref. by Haojian Wu · 2 years, 6 months ago
  70. 4a68bab [clang-doc] Add template support. by Brett Wilson · 2 years, 6 months ago
  71. 71a014f [clangd] Add a newline-eof to the system-include-extractor.test by Haojian Wu · 2 years, 6 months ago
  72. 7fd8387 [clang-tidy] Do not warn about redundant static in misc-use-anonymous-namespace by Carlos Galvez · 2 years, 6 months ago
  73. d03e9f8 [include-cleaner] Handle base class member access from derived class. by Viktoriia Bakalova · 2 years, 6 months ago
  74. 45659b3 [include-cleaner] Remove filtering from UsingDecl visit. by Viktoriia Bakalova · 2 years, 6 months ago
  75. aee5910 [clang-tools-extra] Use std::nullopt instead of None in comments (NFC) by Kazu Hirata · 2 years, 6 months ago
  76. 49e75eb [Bitcode(Reader|Writer)] Convert Optional to std::optional by Krzysztof Parzyszek · 2 years, 6 months ago
  77. 91b38c6 Revert "[clang-doc] Add template support." by Brett Wilson · 2 years, 6 months ago
  78. 0f6dbb5 [clang-doc] Add template support. by Brett Wilson · 2 years, 6 months ago
  79. cdfce10 [clangd] Fix a typo in -ranking-model documentation. NFC by Ilya Biryukov · 2 years, 6 months ago
  80. c9b3250 [clangd] Allow to build Clangd without decision forest by Ilya Biryukov · 2 years, 6 months ago
  81. b70fbd0 [clangd] Use std::nullopt instead of None (NFC) by Kazu Hirata · 2 years, 6 months ago
  82. 76fcfea [clang-tools-extra] Don't including None.h (NFC) by Kazu Hirata · 2 years, 6 months ago
  83. c589730 [YAML] Convert Optional to std::optional by Krzysztof Parzyszek · 2 years, 6 months ago
  84. fc46d6e [clang][Tooling] Add support for generating #import edits by David Goldman · 2 years, 6 months ago
  85. 51f1ae5 [clangd] Add new IncludeDirective to IncludeHeaderWithReferences by David Goldman · 2 years, 6 months ago
  86. 3c255f6 Process: convert Optional to std::optional by Krzysztof Parzyszek · 2 years, 6 months ago
  87. 29a8eec [include-cleaner] Make use of locateSymbol in WalkUsed and HTMLReport by Kadir Cetinkaya · 2 years, 6 months ago
  88. 2402c46 [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC) by Kazu Hirata · 2 years, 6 months ago
  89. 15ba27e [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC) by Kazu Hirata · 2 years, 6 months ago
  90. 649ef33 [clang-tools-extra] Use std::nullopt instead of llvm::None (NFC) by Kazu Hirata · 2 years, 6 months ago
  91. 14af1ad [include-cleaner] Add two command-line flags to the include-cleaner category. by Haojian Wu · 2 years, 6 months ago
  92. fceec8d Fix MSVC "not all control paths return a value" warning. NFC. by Simon Pilgrim · 2 years, 6 months ago
  93. a996cc2 Remove unused #include "llvm/ADT/Optional.h" by Fangrui Song · 2 years, 6 months ago
  94. e280b97 [iwyu] Add Hashing.h by Fangrui Song · 2 years, 6 months ago
  95. 7c2b773 [clang-tools-extra] Use std::nullopt instead of None in comments (NFC) by Kazu Hirata · 2 years, 6 months ago
  96. 059a23c [clang-tools-extra] Use std::nullopt instead of None (NFC) by Kazu Hirata · 2 years, 6 months ago
  97. cd8702e [clang-tidy] Use std::nullopt instead of None (NFC) by Kazu Hirata · 2 years, 6 months ago
  98. abf0c6c Use CTAD on llvm::SaveAndRestore by Jan Svoboda · 2 years, 6 months ago
  99. 4fd0c14 Link with missing libs to fix broken shared unittest build by Jun Zhang · 2 years, 6 months ago
  100. 8431436 Link with missing libs to fix broken shared build by Jun Zhang · 2 years, 6 months ago