aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ReleaseNotes.rst
AgeCommit message (Expand)AuthorFilesLines
2022-11-10Reenable POSIX builtin library functions in gnu2x modeAaron Ballman1-0/+4
2022-11-01[clang][Sema] Fix a clang crash with btf_type_tagYonghong Song1-0/+2
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman1-12/+16
2022-09-12[Clang] Fix crash in coverage of if consteval.Corentin Jabot1-0/+3
2022-09-08[clang] Skip re-building lambda expressions in parameters to consteval fns.Utkarsh Saxena1-0/+6
2022-09-05[RISCV][ReleaseNotes] Added LLVM and Clang release notes for RISC-V 15.0.0llvmorg-15.0.0Alex Bradbury1-0/+14
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta1-7/+0
2022-09-01[Docs][OpenCL][SPIR-V] Release 15 notes for Clang.Anastasia Stulova1-4/+20
2022-08-29Fix formatting in release notesAaron Puchert1-25/+26
2022-08-28[ReleaseNotes]: Add PowerPC release notes for LLVM 15Amy Kwan1-0/+5
2022-08-25SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONH. Vetinari1-2/+5
2022-08-25Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta1-5/+0
2022-08-22[clang][docs] Release notes for C/C++ SVE OperatorsDavid Truby1-0/+4
2022-08-12[clang] Require strict matches for defines for PCH in GCC style directoriesMartin Storsjö1-0/+7
2022-08-04[clang][llvm][doc] Add more information for the ABI change in FP16Phoebe Wang1-0/+13
2022-07-26[Clang][Doc] Update the release note for clangShilei Tian1-0/+2
2022-07-26[clang] Pass FoundDecl to DeclRefExpr creator for operator overloadsDanny Mösch1-0/+4
2022-07-26[C++20] [Modules] Disable preferred_name when writing a C++20 Module interfaceChuanqi Xu1-0/+5
2022-07-26[Clang] [P2025] Analyze only potential scopes for NRVORoman Rusyaev1-0/+3
2022-07-26[clang] [docs] Update the changes of C++20 Modules in clang15Chuanqi Xu1-0/+8
2022-07-25libclang.so: Make SONAME the same as LLVM versionTom Stellard1-1/+2
2022-07-25[Clang] Fix how we set the NumPositiveBits on an EnumDecl to cover the case o...Shafik Yaghmour1-0/+4
2022-07-25Use `<stdatomic.h>` with MSVC and C++Igor Zhukov1-0/+2
2022-07-24[Clang] Add missing paper revisions in the release notes [NFC]Corentin Jabot1-2/+2
2022-07-24[clang] Fix incorrect constant folding of `if consteval`Corentin Jabot1-0/+2
2022-07-24[Clang] De-deprecate volatile compound operationsCorentin Jabot1-0/+1
2022-07-23[Clang] Adjust extension warnings for #warningCorentin Jabot1-1/+1
2022-07-23[Clang] Add support for Unicode identifiers (UAX31) in C2x mode.Corentin Jabot1-0/+1
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman1-0/+5
2022-07-21[SemaCXX] Set promotion type for enum if its type is promotable to integer ty...Zequan Wu1-0/+2
2022-07-18[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille1-0/+4
2022-07-14[Clang] Modify CXXMethodDecl::isMoveAssignmentOperator() to look through type...Shafik Yaghmour1-0/+2
2022-07-14[Clang] Adjust extension warnings for delimited sequencesCorentin Jabot1-0/+4
2022-07-13[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-2/+4
2022-07-12Revert "[Clang] Add a warning on invalid UTF-8 in comments."Jonas Devlieghere1-4/+2
2022-07-12[Sema] Add deprecation warnings for some compiler provided __has_* type traitsRoy Jacobson1-0/+4
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+9
2022-07-12[Modules] Add ODR Check for conceptsChuanqi Xu1-0/+3
2022-07-12[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-2/+4
2022-07-12Undeprecate ATOMIC_FLAG_INIT in C++Aaron Ballman1-0/+1
2022-07-12[X86] Support -mstack-protector-guard-symbolXiang1 Zhang1-0/+2
2022-07-12Revert "[X86] Support -mstack-protector-guard-symbol"Xiang1 Zhang1-2/+0
2022-07-12[X86] Support -mstack-protector-guard-symbolXiang1 Zhang1-0/+2
2022-07-10[clang] Enforce instantiation of constexpr template functions during non-cons...serge-sans-paille1-0/+2
2022-07-09Revert "[Clang] Add a warning on invalid UTF-8 in comments."Corentin Jabot1-4/+2
2022-07-09[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-2/+4
2022-07-09[clang] Add a fixit for warn-self-assign if LHS is a field with the same name...Nathan James1-0/+3
2022-07-08[clang] Introduce -Warray-parameterserge-sans-paille1-0/+5
2022-07-08Update references to Discourse instead of the mailing lists.tlattner1-2/+2
2022-07-07[doc][ReleaseNotes] Document AArch64 SVE ABI fix from D127209Peter Waller1-0/+8