1. c768189 [clang] CTAD: Fix require-clause is not transformed. (#89378) by Haojian Wu · 2 weeks ago
  2. 2708b11 [Clang] Handle structs with inner structs and no fields (#89126) by Bill Wendling · 2 weeks ago
  3. 22e7ec5 [clang][modules] Only avoid pruning module maps when asked to (#89428) by Jan Svoboda · 2 weeks ago
  4. 7f0f0b4 [Driver] Add m_Group to -m[no-]strict-align by Fangrui Song · 2 weeks ago
  5. 37dfe87 [clang] Add flag to experiment with cold function attributes (#89298) by Arthur Eubanks · 2 weeks ago
  6. 0d5dbde [Clang] Fix the mangling of lambdas (#89204) by cor3ntin · 2 weeks ago
  7. 6dee0f1 Reapply "[Clang][AArch64] Warn when calling non/streaming about vector size difference (#79842)" by Dinar Temirbulatov · 2 weeks ago
  8. bf6bcd6 [ClangOffloadBundler] Add file size to header (#88827) by Yaxun (Sam) Liu · 2 weeks ago
  9. 60017a4 [NFC][X86][Headers] Fix missing blank line by Paul Robinson · 2 weeks ago
  10. af40dd1 [analyzer] Fix stores through label locations (#89265) by Balazs Benics · 2 weeks ago
  11. cd2a6df [Sema] Check if types are resolved before querying function description. by Dinar Temirbulatov · 2 weeks ago
  12. 3d851f6 [AIX][Debug]correct the cases on AIX bot, NFC by Chen Zheng · 2 weeks ago
  13. 8b5dc61 [analyzer] Use explicit call description mode (easy cases) (#88879) by NagyDonat · 2 weeks ago
  14. a45071a [NFC] [Serialization] Use semantical type 'DeclID' for 'CreateDeserialized' by Chuanqi Xu · 2 weeks ago
  15. aa1c494 [clang][dataflow][NFC] Fix code formatting in DataflowEnvironment.cpp (#89352) by martinboehme · 2 weeks ago
  16. a36b28d [clang][nullability] Remove `RecordValue`. (#89052) by martinboehme · 2 weeks ago
  17. 1932aae [AIX][Debug] generate an error instead of crash in backend for -gdwarf-5 by Chen Zheng · 2 weeks ago
  18. c16a939 [clang][dataflow] Support `CXXParenListInitExpr` in `PropagateResultObject()`. (#89235) by martinboehme · 2 weeks ago
  19. ad02250 specify openmp lib in aix-toolchain-include.cpp test by Mikhail Goncharov · 2 weeks ago
  20. 010392a [clang][CodeGen] Fix shift-exponent ubsan check for signed _BitInt (#88004) by Björn Pettersson · 2 weeks ago
  21. aaeb87f [Sema] Fix a warning by Kazu Hirata · 2 weeks ago
  22. 8551e18 [clang][RISCV] Remove unneeded overloaded suffix for vcreate (#89241) by Brandon Wu · 2 weeks ago
  23. f97705a [Clang] Allow the value of unroll count to be zero in `#pragma GCC unroll` and `#pragma unroll` (#88666) by yronglin · 2 weeks ago
  24. 7928b10 [C++20] [Modules] Mark exported all declarations as used by Chuanqi Xu · 2 weeks ago
  25. 5541f9d [Coverage][NFC] Avoid visiting non-unique `OpaqueValueExpr` (#88910) by Andrey Ali Khan Bolshakov · 2 weeks ago
  26. 659b8fe [clang-cl] [Driver] Fix clang-cl driver supported colon options (#88216) by Max Winkler · 2 weeks ago
  27. 1b39036 [clang] Preserve argument type in round pointer to alignment by Jon Chesterfield · 2 weeks ago
  28. b5efa6a [OpenACC] Implement 'vector_length' clause On compute constructs by Erich Keane · 2 weeks ago
  29. 8129f04 [Clang] Emit DW_TAG_template_alias for template aliases (#87623) by Orlando Cazalet-Hyams · 2 weeks ago
  30. 39e88ec [OpenACC] Implement 'num_workers' clause for compute constructs (#89151) by Erich Keane · 2 weeks ago
  31. 433cb8b Stop double-diagnosing explicit convert operator in switch condition (#89142) by Erich Keane · 2 weeks ago
  32. 939925e [InstallAPI][Tests] Update tests to be resilient to reversion iteration config (#89270) by Cyndy Ishida · 2 weeks ago
  33. 5bc7cc0 [lldb][test] Remove LLDB_TEST_USE_VENDOR_PACKAGES (#89260) by Jordan Rupprecht · 2 weeks ago
  34. a85193a [InstallAPI] Add support for aliased exports (#88750) by Cyndy Ishida · 2 weeks ago
  35. d15921e [clang] fix -Wnullability-completeness false-positive in dependent code (#88727) by Sam McCall · 2 weeks ago
  36. 0011ad6 [AIX][NFC] Enable response-file-errs.c by Jake Egan · 2 weeks ago
  37. 0a9fe6c XFAIL clang/Driver/test/compress.c on AIX (#87269) by azhan92 · 2 weeks ago
  38. 42171be [clang][AIX] set OpenMP include path (#88545) by Jake Egan · 2 weeks ago
  39. e0afa58 [clang] Fix a "!CodeSynthesisContexts.empty()" assertion failure when constructing aggregate deduction guides. (#89227) by Haojian Wu · 2 weeks ago
  40. 4f53381 [Clang][Sema] Warn when 'exclude_from_explicit_instantiation' attribute is used on local classes and members thereof (#88777) by Krystian Stasiowski · 2 weeks ago
  41. 16d503f [clang][Interp] Finish initializing structs from CompoundLiteralExprs by Timm Bäder · 2 weeks ago
  42. c2d8830 Revert "[FMV] Remove useless features according the latest ACLE spec." (#89184) by David Spickett · 2 weeks ago
  43. e11ca43 [docs] [C++20] [Modules] Mentioning Module Initializer by Chuanqi Xu · 2 weeks ago
  44. a6f68a6 [clang] Remove unused lambda capture (NFC) by Jie Fu · 2 weeks ago
  45. ba68449 [C++20] [Modules] [Reduced BMI] Don't eagerly write static entities in by Chuanqi Xu · 2 weeks ago
  46. 4e32012 [X86][test] Added extra cet tests, NFC (#88736) by Isha Agarwal · 2 weeks ago
  47. ee21712 Revert "[clang][dataflow] Refactor `PropagateResultObject()` with a switch statement." (#89176) by martinboehme · 2 weeks ago
  48. 80c23b7 [clang][dataflow] Refactor `PropagateResultObject()` with a switch statement. (#88865) by martinboehme · 2 weeks ago
  49. f7f7ef8 [C++20] [Modules] [Reduced BMI] Write Special Decl Lazily by Chuanqi Xu · 2 weeks ago
  50. 5d47e24 [NFC] [Serialization] Extract logics to write special decls from by Chuanqi Xu · 2 weeks ago
  51. e55c8d8 Fix the double space and double attribute printing of the final keyword. (#88600) by Vassil Vassilev · 2 weeks ago
  52. 877e870 [clang][Interp] Load result of pre-inc/dec operation if necessary by Timm Bäder · 2 weeks ago
  53. 4c2d7d7 [clang][Interp] Skip unnamed bit fields in initializers by Timm Bäder · 3 weeks ago
  54. 8cd00e9 [clang][NFC] Fix FieldDecl::isUnnamedBitfield() capitalization (#89048) by Timm Baeder · 2 weeks ago
  55. 2817413 [C++20] [Modules] Avoid writing untouched DeclUpdates from GMF in Reduced BMI by Chuanqi Xu · 3 weeks ago
  56. 868f43f [clang-format] Annotate ampamp after new/delete as BinaryOperator (#89033) by Owen Pan · 2 weeks ago
  57. 80504bd [clang-format] Revert breaking stream operators to previous default (#89016) by Owen Pan · 2 weeks ago
  58. 9eef314 [CUDA][HIP] Fix record layout on Windows (#87651) by Yaxun (Sam) Liu · 2 weeks ago
  59. e14c36d [Clang][Sema] set declaration invalid earlier to prevent crash in calculating record layout (#87173) by Qizhi Hu · 2 weeks ago
  60. 80552aa [clang]Treat arguments to builtin type traits as template type arguments (#87132) by Amirreza Ashouri · 3 weeks ago
  61. 3843fc1 [FMV] Remove useless features according the latest ACLE spec. (#88965) by Alexandros Lamprineas · 3 weeks ago
  62. 8fd70ca [Clang][Parse] Diagnose requires expressions with explicit object parameters (#88974) by Krystian Stasiowski · 3 weeks ago
  63. e32828b Revert "[Clang][AArch64] Warn when calling non/streaming about vector size difference (#79842)" by Dinar Temirbulatov · 3 weeks ago
  64. 6f92f43 [clang][NFC] Refactor `Sema::RedeclarationKind` by Vlad Serebrennikov · 3 weeks ago
  65. 7cfef39 [NFC] Clean dead code in ParsedAttr.h (#89064) by yronglin · 3 weeks ago
  66. 801ce1a [C99] Remove WG14 N522 from the C status page by Aaron Ballman · 3 weeks ago
  67. 251c50c [analyzer] Use explicit call description mode in iterator checkers (#88913) by NagyDonat · 3 weeks ago
  68. 02a0972 [clang][NFC] Refactor `Sema::CheckedConversionKind` by Vlad Serebrennikov · 3 weeks ago
  69. 333cd81 Revert "[Clang][Sema] placement new initializes typedef array with correct size (#83124)" by Mikhail Goncharov · 3 weeks ago
  70. b26fdab Revert "[Clang][Sema] placement new initializes typedef array with correct size (#88902)" by Mikhail Goncharov · 3 weeks ago
  71. f7b0e73 Revert "Fix test from #83124 and #88902" by Mikhail Goncharov · 3 weeks ago
  72. f8c731e [RISCV] Support Zama16b1p0 (#88474) by Jesse Huang · 3 weeks ago
  73. f60505c [clang][NFC] Move `Sema::SkipBodyInfo` into namespace scope by Vlad Serebrennikov · 3 weeks ago
  74. f41f0e1 [clang][dataflow] Treat `BuiltinBitCastExpr` correctly in `PropagateResultObject()`. (#88875) by martinboehme · 3 weeks ago
  75. 48ed338 [clang][dataflow] Support `StmtExpr` in `PropagateResultObject()`. (#88872) by martinboehme · 3 weeks ago
  76. 554af67 [analyzer] Harden security.cert.env.InvalidPtr checker fn matching by Balazs Benics · 3 weeks ago
  77. 287486c [analyzer] Fix a security.cert.env.InvalidPtr crash by Balazs Benics · 3 weeks ago
  78. 709d523 [clang][deps] Add `-o` flag to specify output path (#88767) by Jan Svoboda · 3 weeks ago
  79. 27ab814 [clang][deps] Support single-file mode for all formats (#88764) by Jan Svoboda · 3 weeks ago
  80. e0bae96 [C++20] [Modules] Add Release Notes and Documents for Reduced BMI by Chuanqi Xu · 3 weeks ago
  81. 841705d [clang analysis] ExprMutationAnalyzer support recursive forwarding reference (#88843) by Congcong Cai · 3 weeks ago
  82. e9d23ea [clang][builtin] Implement __builtin_allow_runtime_check (#87568) by Vitaly Buka · 3 weeks ago
  83. 7621912 Revert "Improve stack usage to increase recursive initialization depth" (#89006) by Vitaly Buka · 3 weeks ago
  84. ce45d85 [ARM64EC] Fix arm_neon.h on ARM64EC. (#88572) by Eli Friedman · 3 weeks ago
  85. b0f1994 [RISCV] Re-separate unaligned scalar and vector memory features in the backend. (#88954) by Craig Topper · 3 weeks ago
  86. 08e6790 Clang Release Notes: Fix reST formatting by Hubert Tong · 3 weeks ago
  87. cd1c039 [InstCombine] Add canonicalization of `sitofp` -> `uitofp nneg` by Noah Goldstein · 6 weeks ago
  88. de408f2 Fix UPCAddressofArraySubscriptGadget::getClaimedVarUseSites() (#88406) by juan.vazquez · 3 weeks ago
  89. d1226b5 Fix test from #83124 and #88902 by erichkeane · 3 weeks ago
  90. 7ea3fdc [clang][SPIR-V] Set AS for the SPIR-V logical triple (#88939) by Justin Bogner · 3 weeks ago
  91. c2b782f [Sema] Mark alias/ifunc targets used and consider mangled names by Fangrui Song · 3 weeks ago
  92. f0cf3d8 [clang][dataflow] Expose getReferencedDecls and relocate free functions. (#88754) by Samira Bazuzi · 3 weeks ago
  93. 2d53ca4 [Clang][Sema] placement new initializes typedef array with correct size (#88902) by mahtohappy · 3 weeks ago
  94. 49d4de1 [CodeGen,test] Test llvm-libc style alias attribute with UsingShadowDecl by Fangrui Song · 3 weeks ago
  95. 4828aaa [clang] Migrate DR tests to `static_assert` (#88611) by Vlad Serebrennikov · 3 weeks ago
  96. 6bfb693 Improve stack usage to increase recursive initialization depth (#88546) by Aaron Ballman · 3 weeks ago
  97. f5e4fec [clang][Interp] Implement VectorSplat casts by Timm Bäder · 3 weeks ago
  98. 8fa95f7 [unused-includes] PCHContainerOperations uses MemoryBufferRef, not MemoryBuffer. NFC. (#88794) by Volodymyr Sapsai · 3 weeks ago
  99. c9fdd32 [unused-includes][Serialization] Remove unused includes. NFC. (#88790) by Volodymyr Sapsai · 3 weeks ago
  100. 72fa447 Revert "[Sema] Mark alias/ifunc targets used and consider mangled names" (#88919) by Mehdi Amini · 3 weeks ago