1. 812646d [clang-tidy][NFC] Fixes in release notes and documentation by Piotr Zegar · 3 months ago
  2. d67aa7d [Clang-tidy] bugprone-too-small-loop-variable - false-negative when const variable is used as loop bound (#81183) by Shourya Goel · 3 months ago
  3. 58e6f30 [clang-tidy] Fix failing test after #80864 (#81171) by Krystian Stasiowski · 3 months ago
  4. 82fc9aa [clang][lex] Always pass suggested module to `InclusionDirective()` callback (#81061) by Jan Svoboda · 3 months ago
  5. c639acf Add clang-tidy check to suggest replacement of conditional statement with std::min/std::max (#77816) by Bhuminjay Soni · 3 months ago
  6. 8e64fb1 Apply format only if --format is specified (#79466) by Dmitry Polukhin · 3 months ago
  7. a57bcbb [clangd] Handle IndirectFieldDecl in kindForDecl (#80588) by Nathan Ridge · 3 months ago
  8. 86959cb [Driver] Report invalid target triple versions for all environment types. (#78655) by ZijunZhaoCCK · 3 months ago
  9. 301b9ea [clang-tidy] Use StringRef::contains (NFC) by Kazu Hirata · 3 months ago
  10. 980f007 [clang-tidy] Fix warnings caused by "new check" template (#80537) by Danny Mösch · 3 months ago
  11. ba014b9 [clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80333) by Carlos Galvez · 3 months ago
  12. 75673af [clang-tidy] Remove enforcement of rule C.48 from cppcoreguidelines-prefer-member-init (#80330) by Carlos Galvez · 3 months ago
  13. 1f73efa [clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701) by Piotr Zegar · 3 months ago
  14. d35f85f [clang-tidy] Remove cert-dcl21-cpp check (#80181) by Carlos Galvez · 3 months ago
  15. 89716e7 [clang] static operators should evaluate object argument (reland) (#80108) by Tianlan Zhou · 3 months ago
  16. c3eef58 [clang-tidy] Use StringRef::starts_with (NFC) by Kazu Hirata · 3 months ago
  17. c003377 [clangd] Fix isSpelledInSource crash on invalid FileID (#76668) by Andrew Schenk · 3 months ago
  18. 8adc153 [clang-tidy] Use StringRef::consume_back (NFC) by Kazu Hirata · 3 months ago
  19. 399f57c [clang-tools-extra] Use SmallString::operator std::string (NFC) by Kazu Hirata · 3 months ago
  20. 4cd819a [clangd] fix clang-tidy warning (llvm-qualified-auto) (#79617) by Nour1248 · 3 months ago
  21. 54c263a [clangd] Silence warning when compiling with MSVC targetting x86 by Alexandre Ganea · 3 months ago
  22. 82fb0f9 [clang-apply-replacements] Add support for the `.yml` file extension (#78842) by Daniil Dudkin · 3 months ago
  23. 5e59bbb [clangd] Use SmallString::operator std::string (NFC) by Kazu Hirata · 3 months ago
  24. d3c5c48 [NFC] Fix various unintentional `//namespace` formatting by Jordan Rupprecht · 3 months ago
  25. da30522 [clangd] Make sure ninja can clean "ClangdXPC.framework" (#75669) by Jan Svoboda · 3 months ago
  26. 734eb5b [include-cleaner] Check emptiness instead of occurences (#79154) by kadir çetinkaya · 3 months ago
  27. 7853f37 Bump trunk version to 19.0.0git by Tom Stellard · 3 months ago
  28. 29b46de [misc-coroutine-hostile-raii] Use getOperand instead of getCommonExpr. (#79206) by Utkarsh Saxena · 3 months ago
  29. 87a1e79 [clang-tidy][DOC] Update list.rst by Piotr Zegar · 3 months ago
  30. 9616886 [clang-tidy] Ignore user-defined literals in google-runtime-int (#78859) by Félix-Antoine Constantin · 3 months ago
  31. 201a983 [clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#78320) by Julian Schmidt · 3 months ago
  32. 6117be4 [PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285) by Qiongsi Wu · 3 months ago
  33. 916c6b3 [clang-tidy] Add bugprone-chained-comparison check (#76365) by Piotr Zegar · 3 months ago
  34. 72868a4 [clang-tidy] Fix macros handling in cppcoreguidelines-prefer-member-initializer (#72037) by Piotr Zegar · 3 months ago
  35. 79db903 [include-cleaner] Add --only-headers flag, opposite of --ignore-headers (#78714) by Sam McCall · 3 months ago
  36. 414cf7c [clang-tidy] Use llvm::any_of (NFC) by Kazu Hirata · 3 months ago
  37. 5741ea5 [clang] Remove `CXXNewInitializationStyle::Implicit` (#78793) by Vlad Serebrennikov · 4 months ago
  38. 30ab73a [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. (#78041) by Andrey Ali Khan Bolshakov · 4 months ago
  39. 3bb883d [clang-tidy][NFC] Enable exceptions in test for google-readability-casting by Piotr Zegar · 4 months ago
  40. 8b6a6fa [clang-tidy] Fix handling of functional cast in google-readability-casting (#71650) by Piotr Zegar · 4 months ago
  41. b682541 [clang-tidy] fix modernize-use-auto incorrect fix hints for pointer (#77943) by Congcong Cai · 4 months ago
  42. b47dc68 [clang-tidy] Added new check to detect redundant inline keyword (#73069) by Félix-Antoine Constantin · 4 months ago
  43. d64abfe [clang-tidy] Add readability-redundant-casting check (#70595) by Piotr Zegar · 4 months ago
  44. f7eabc4 [clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator (#78796) by Piotr Zegar · 4 months ago
  45. ceb0668 [clang-apply-replacements] Deduplicate Implementation of `collectReplacementsFromDirectory` (NFC) (#78630) by Daniil Dudkin · 4 months ago
  46. d88a022 [clangd] Don't collect templated decls for builtin templates (#78466) by Younan Zhang · 4 months ago
  47. d08dc2a [Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463) by cor3ntin · 4 months ago
  48. e08249d [clangd] Handle an expanded token range that ends in the `eof` token in TokenBuffer::spelledForExpanded() (#78092) by Nathan Ridge · 4 months ago
  49. ab899be [clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion fixes (#74891) by Piotr Zegar · 4 months ago
  50. 68d0a67 [NFC][clang-tidy]improve performance for misc-unused-using-decls check (#78231) by Congcong Cai · 4 months ago
  51. 45bedde [clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (#77105) by Clement Courbet · 4 months ago
  52. 8dcc07e [modularize] Use SmallString::operator std::string (NFC) by Kazu Hirata · 4 months ago
  53. d1f1eaf [NFC]add - at the beginning for alignment by Congcong Cai · 4 months ago
  54. ad91baf [clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022) by Congcong Cai · 4 months ago
  55. a0f2cea [clang-tidy]fix readability-implicit-bool-conversion false-positives when comparison bool bitfield (#77878) by Congcong Cai · 4 months ago
  56. 36aeb99 [clang-doc] Use SmallString::operator std::string (NFC) by Kazu Hirata · 4 months ago
  57. c6baf10 [clang-tidy] Use StringRef::consume_front (NFC) by Kazu Hirata · 4 months ago
  58. 1741406 [clang-tidy] Fix false-positives in readability-container-size-empty (#74140) by Piotr Zegar · 4 months ago
  59. b66d998 [clang-tidy] Add support for in-class initializers in readability-redundant-member-init (#77206) by Piotr Zegar · 4 months ago
  60. 62ed8b5 [clang-tidy][DOC] Fix some speling mistakes in release notes by Piotr Zegar · 4 months ago
  61. ee4a968 Fix #75686: add iter_swap and iter_move to the matched name (#76117) by Da-Viper · 4 months ago
  62. 6c205c3 [clang-tidy] Add option to ignore macros in `readability-simplify-boolean-expr` check (#78043) by Danny Mösch · 4 months ago
  63. 99f4896 [clang-tidy] Invalid Fix-It generated for implicit-widening-multiplication-result (#76315) by Félix-Antoine Constantin · 4 months ago
  64. 4fcd34d [clang-tidy] Use StringRef::ltrim (NFC) by Kazu Hirata · 4 months ago
  65. 98fb4e3 [NFC]fix incorrect autosar link in clang-tidy doc by Congcong Cai · 4 months ago
  66. 62256bb [NFC]update autosar link in clang-tidy doc by Congcong Cai · 4 months ago
  67. f724c61 [clang-tidy] Fix false-positives in misc-static-assert caused by non-constexpr variables (#77203) by Piotr Zegar · 4 months ago
  68. c702bed [clangd] Use starts_with instead of startswith in CompileCommands.cpp (NFC) by Jie Fu · 4 months ago
  69. 6497dba [clangd] Fix sysroot flag handling in CommandMangler to prevent duplicates (#75694) by Kon · 4 months ago
  70. 3667297 [clangd] Handle lambda scopes inside Node::getDeclContext() (#76329) by Younan Zhang · 4 months ago
  71. 54221e4 [clang-query] Use StringRef::ltrim (NFC) by Kazu Hirata · 4 months ago
  72. a013bc0 [emacs] Fix Emacs library formatting (#76110) by darkfeline · 4 months ago
  73. bdfeba5 Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)" by Vitaly Buka · 4 months ago
  74. ff454b1 [clangd] Fix typo in function name in AST.cpp (#77504) by Nour1248 · 4 months ago
  75. 1ef8ee3 [clang-tidy] Improve performance of misc-const-correctness (#72705) by Piotr Zegar · 4 months ago
  76. 7647ce1 [PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471) by Qiongsi Wu · 4 months ago
  77. 917a54c [clang-tidy]unused using decls only check cpp files (#77335) by Congcong Cai · 4 months ago
  78. d8a5f6c [clang-tidy] fix false positive in cppcoreguidelines-missing-std-forward (#77056) by Qizhi Hu · 4 months ago
  79. d1d99ef [clang-tidy] Add check `readability-avoid-return-with-void-value` (#76249) by Danny Mösch · 4 months ago
  80. 67fb4ef [include-cleaner] Fix a race issue when editing multiple files. (#76960) by Haojian Wu · 4 months ago
  81. 158c50a [clang-tidy][NFC] Code format - leftover after #66169 by Piotr Zegar · 4 months ago
  82. 72526fa [clang-tidy] Fix bug in modernize-use-emplace (#66169) by Chris Cotter · 4 months ago
  83. 3f398fa Reapply "[Clang][Sema] Diagnose unexpanded packs in the template argument lists of function template specializations" (#76876) (#76915) by Krystian Stasiowski · 4 months ago
  84. b994093 [clangd] Dont require confirmation for include-cleaner batch-fixes (#76826) by kadir çetinkaya · 4 months ago
  85. 4029d08 [clangd] check for synthesized symbols when tracking include locations (#75128) by Matheus Izvekov · 4 months ago
  86. c23d5a7 [clangd] Track IWYU pragmas for non-preamble includes (#75612) by kadir çetinkaya · 4 months ago
  87. 9e61e28 [coroutines] Do not check coroutine wrappers for skipped function bodies (#76729) by Utkarsh Saxena · 4 months ago
  88. 6f01de5 [clang-tidy][DOC] Generate documentation for new Clang-Analyzer checks by Piotr Zegar · 4 months ago
  89. 32bb9c5 [clangd] Avoid crash when summarizing pointer-to-member expr for block-end hint (#76492) by Nathan Ridge · 4 months ago
  90. 0c2dd00 [clang-tidy][misleading-indentation]ignore false-positives for line started with empty macro (#75061) by Congcong Cai · 4 months ago
  91. 342f6e5 [clang-tidy] Treat fields in anonymous records as names in enclosing scope when checking name styles (#75701) by Sirui Mu · 4 months ago
  92. 915bad8 [clang-tidy] Fix compilation of modernize-use-using check by Piotr Zegar · 4 months ago
  93. 1c9e771 [clang-tidy] Don't replace typedefs in extern c scope (#69102) by Da-Viper · 4 months ago
  94. 6845d76 Revert "[clang-tidy] Don't replace typedefs in extern c scope (#69102)" by Piotr Zegar · 4 months ago
  95. e3b7101 [clang-tidy] Don't replace typedefs in extern c scope (#69102) by Da-Viper · 4 months ago
  96. 00580ce Allow to pass config file to clang-tidy-diff (#75457) by Michael Lettrich · 4 months ago
  97. 360509b [clng-tidy][NFC] Update documentation for readability-simplify-subscript-expr by Piotr Zegar · 4 months ago
  98. d06e27a [clang-tidy] add std::span to the default types. (#76116) by Da-Viper · 4 months ago
  99. 95e3947 [clang-tidy] Fixes for bugprone-unused-local-non-trivial-variable by Piotr Zegar · 4 months ago
  100. 95159b2 [clang-tidy][NFC] Enable exceptions in test for bugprone-unused-local-non-trivial-variable by Piotr Zegar · 4 months ago