summaryrefslogtreecommitdiff
path: root/clang/docs/ReleaseNotes.rst
AgeCommit message (Expand)Author
2025-10-15[X86] Add support for Wildcat Lake (#163214)Mikołaj Piróg
2025-10-14[C23] Fix treating unnamed records nested in different types as compatible. (...Volodymyr Sapsai
2025-10-14[Clang] Destructors should not be immediate-escalating (#163390)Corentin Jabot
2025-10-13[OpenMP 60] Update parsing and semantic support for `nowait` clause to accept...Fazlay Rabbi
2025-10-13[clang] introduce constexpr step limit opt-out (#160440)Tsche
2025-10-13[libclang/python] Return None instead of null cursors from Token.cursor (#163...Jannick Kremer
2025-10-13[Clang] prevent assertion on empty filename in #embed directive (#163072)Oleksandr T.
2025-10-13[C23] Support the SNAN macros in <float.h> (#162858)Aaron Ballman
2025-10-10[C2y] Implement WG14 N3622 static used in an inline (#162877)Aaron Ballman
2025-10-09[Clang] Ensure compound requirements do not contain placeholder expressions (...Corentin Jabot
2025-10-09[Clang] [Sema] Fix incomplete C mode incompatible ExtInfo/ExtProtoInfo conver...Bruno De Fraine
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver
2025-10-07[clang][AST] Pretty-print default template template args (#162134)Andrey Ali Khan Bolshakov
2025-10-06[Clang][Sema] Fix incorrect rejection default construction of union with nont...Shafik Yaghmour
2025-10-06[clang][AST] Don't print inherited default template args (#161953)Andrey Ali Khan Bolshakov
2025-10-05Reapply "[clang] Convert second arg of __builtin_assume_aligned to Co… (#16...Timm Baeder
2025-10-05[Clang] Use the templated declaration for DiagnoseUseOfDecl (#161900)Younan Zhang
2025-10-03[Clang] Normalize constraints before checking for satisfaction (#161671)Corentin Jabot
2025-10-03[Clang] Ensure initialized NTTP expressions when building CTAD for type alias...Younan Zhang
2025-10-02Revert "[clang] Convert second arg of __builtin_assume_aligned to ConstantExp...Devon Loehr
2025-10-02[clang] Preserve `externs` following broken declarations (#161641)Alejandro Álvarez Ayllón
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2025-10-02[Clang] Fix a crash when using ctad with a template template parameter. (#161...Corentin Jabot
2025-10-01[clang] Convert second arg of __builtin_assume_aligned to ConstantExpr (#161314)Timm Baeder
2025-09-30[clang] Cleanup docs and code for legacy no_sanitize attributes (NFC). (#161311)Alexey Samsonov
2025-09-30[clang][libc++] Fix spelling of "synthesize" (#158523)halbi2
2025-09-30[Clang] Avoid null deref in lambda attribute compat warning (#161096)Oleksandr T.
2025-09-29[Clang] Instantiate variables referenced in `decltype` with an undeduced type...Corentin Jabot
2025-09-29[Clang] Fixes __builtin_is_implicit_lifetime for types with deleted ctrs (#16...Corentin Jabot
2025-09-29[Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transf...Walter J.T.V
2025-09-28[clang] fix transformation of subst constant template parameter nodes (#161029)Matheus Izvekov
2025-09-28[clang] simplify placeholder type deduction for constant template parameters ...Matheus Izvekov
2025-09-26[Clang] Fix Codegen UO real/imag crash on scalar with type promotion (#160609)Amr Hesham
2025-09-25[libclang/python] Fix OpenMP and OpenACC CursorKinds name format (#160295)Jannick Kremer
2025-09-25[clang][Sema] Accept gnu format attributes (#160255)Xing Guo
2025-09-24[Clang] Constexpr Structured Bindings : The easy parts (#160337)Corentin Jabot
2025-09-24[Clang] [Sema] Fix -Wdouble-promotion in C++ list-initialization (#159992)Marcel Jacobse
2025-09-22[Clang] Add vector gather / scatter builtins to clang (#157895)Joseph Huber
2025-09-22[Clang]: prevent assertion on empty filename arg in __has_embed (#159928)Oleksandr T.
2025-09-22[clang-format] Add AllowBreakBeforeQtProperty option (#159909)owenca
2025-09-19[clang] diagnose invalid std::tuple_size sizes (#159677)Matheus Izvekov
2025-09-19[Clang][AST] Fix printing for `atomic_test_and_set` and `atomic_clear` (#159712)Devajith
2025-09-18[clang] check constant template parameters in dependent contexts (#159463)Matheus Izvekov
2025-09-18[libclang/python] Sync python kinds with Index.h enums (#143264)Jannick Kremer
2025-09-18[clang] [OpenMP] New OpenMP 6.0 - Parsing and Sema support for groupprivate (...Ritanya-B-Bharadwaj
2025-09-18[OpenMP 5.2] New syntax for 'uses_allocators' clause (#157025)Urvi Rav
2025-09-17[clang] Do not diagnose conflicting types for cfi_unchecked_callee (#157762)PiJoules
2025-09-17Fix crash in 'malloc' referring to function without a argument (#159371)Erich Keane
2025-09-17[Clang] Fix an incorrect assertion in `Sema::CheckAddressOfOperand` (#159314)Corentin Jabot