Clone this repo:

Branches

  1. 9f3ecee [clang-tidy] fix false positive in lambda expr for return-const-ref-from-parameter (#118990) by Congcong Cai · 11 hours ago main master
  2. 33b99ea [clang-tidy][NFC] merge same part matchers in return-const-ref-from-parameter (#118985) by Congcong Cai · 12 hours ago
  3. 867e018 [NFC] Use a move instead of a copy to optimize performance. (#118699) by Zahira Ammarguellat · 23 hours ago
  4. 84cf02f [clang] Compute accurate begin location for CallExpr with explicit object parameter (#117841) by Nathan Ridge · 35 hours ago
  5. 2b0bdc2 [clang-tidy][NFC] move AST_MATCHER to anonymous namespace in InfiniteLoopCheck (#118820) by Congcong Cai · 2 days ago
  6. bbac7ba [NFC] Complete proper copying and resource cleanup in classes. (#118655) by Zahira Ammarguellat · 2 days ago
  7. 3bc914e [NFC] Fix uninitialized scalar field in constructor. (#118324) by Zahira Ammarguellat · 2 days ago
  8. 75b4f9a [clangd] Drop required attributes from ContainedRef protos by Kadir Cetinkaya · 2 days ago
  9. 14cd4d8 [clangd] support outgoing calls in call hierarchy (#117673) by Nathan Ridge · 2 days ago
  10. 0819d5f [clangd] Consolidate two functions converting index to LSP locations (#117885) by Christian Kandeler · 2 days ago
  11. 140e864 Revert "[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)" by Augie Fackler · 3 days ago
  12. 86e5287 [clangd] Fix warnings by Kazu Hirata · 3 days ago
  13. 0e6429b [clangd] Re-land "support outgoing calls in call hierarchy" (#117673) by Nathan Ridge · 3 days ago
  14. 9f38125 Typo fix; NFC by Aaron Ballman · 4 days ago
  15. 1cbefe8 [clang-tidy] ignore `[[clang::lifetimebound]]` param in return-const-ref-from-parameter (#118315) by Congcong Cai · 4 days ago
  16. c18eeee [clang-tidy] Adjust size-empty doc because C++11 size() is constant-time (#117629) by Niels Dekker · 5 days ago
  17. eb1d571 [clang-tidy][use-internal-linkage]fix false positives for ExportDecl (#117901) by Congcong Cai · 5 days ago
  18. f6ba55a [clang-tidy][use-internal-linkage]fix false positives for global overloaded operator new and operator delete (#117945) by Congcong Cai · 7 days ago
  19. a4fefd7 [clang-tidy] fix false positive in bugprone-return-const-ref-from-parameter (#117734) by Qizhi Hu · 7 days ago
  20. 0c89472 [analyzer] Remove alpha.core.IdenticalExpr Checker (#114715) by vabridgers · 8 days ago