Clone this repo:

Branches

  1. 5c8386d [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression expand from macro when ``IgnoreMacro`` option is enabled. (#91757) by Congcong Cai · 35 hours ago main master
  2. 5f2770f [clang-tidy] use llvm::any_of refactor getAnalyzerCheckersAndPackages [NFC] (#91713) by Congcong Cai · 2 days ago
  3. 9f8fa78 [NFC][clang-tidy] remove magic-numbers-todo.cpp (#91577) by Congcong Cai · 3 days ago
  4. 5ea6ada [clang-tidy] check `std::string_view` and custom string-like classes in `readability-string-compare` (#88636) by Vadim D · 3 days ago
  5. 2b99200 [clang-tidy] Handle expr with side-effects in readability-static-accessed-through-instance (#90736) by Piotr Zegar · 4 days ago
  6. 314b829 [clang-tidy] Handle implicit casts in hicpp-signed-bitwise for IgnorePositiveIntegerLiterals (#90621) by Piotr Zegar · 4 days ago
  7. 9bcac78 [clangd] Fix data race surfaced in clangd-tsan buildbot by Kadir Cetinkaya · 4 days ago
  8. bb9c7d4 [Clang][Sema] Don't set instantiated from function when rewriting operator<=> (#91339) by Krystian Stasiowski · 5 days ago
  9. 0a052ff Revert "[Clang] Unify interface for accessing template arguments as written for class/variable template specializations (#81642)" by Adrian Prantl · 5 days ago
  10. 90c1c7e [clang-tidy] Refactor how NamedDecl are renamed (#88735) by Edwin Vane · 5 days ago
  11. efa8be3 [Clang] Unify interface for accessing template arguments as written for class/variable template specializations (#81642) by Krystian Stasiowski · 5 days ago
  12. 3964da1 [clang] Don't preserve the typo expr in the recovery expr for invalid VarDecls (#90948) by Haojian Wu · 5 days ago
  13. c25e03d [clang][modules] stdarg.h and stddef.h shouldn't directly declare anything (#90676) by Ian Anderson · 6 days ago
  14. 56c1d06 [NFC][clang-tidy]increase stability for bugprone-return-const-ref-from-parameter (#91160) by Congcong Cai · 6 days ago
  15. e9eb568 [clang-tidy][docs] Fix modernize-use-std-print docs (#91069) by Mike Crowe · 7 days ago
  16. 5fe22ac [clang-tidy] fix false-positives for templates in `bugprone-return-const-ref-from-parameter` (#90273) by Julian Schmidt · 7 days ago
  17. 6e4af40 [clang-tidy] Improve modernize-use-std-print diagnostic (#91071) by Mike Crowe · 7 days ago
  18. 041990b [clang-tidy][NFC] Document CERT rule coverage and aliases for some primary checks (#90965) by whisperity · 9 days ago
  19. 13f0228 [clang-tools-extra,test] Convert text files from CRLF to LF by Fangrui Song · 9 days ago
  20. aded95a [clangd] use existing functions for code locations in the scopify enum tweak (#88737) by Julian Schmidt · 9 days ago