aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Update documentation and release notes for llvm-profgen COFF support (#84864)Tim Creech1-13/+47
2024-03-26[[clang::always_destroy]] attribute silences warn-exit-time-destructor (#86486)ycdtosa1-0/+4
2024-03-25[clang] Correct Microsoft mangling of lifetime extended temporary objects. (#...Tom Honermann1-0/+6
2024-03-25[clang][analyzer] Bring cplusplus.ArrayDelete out of alpha (#83985)Discookie1-24/+45
2024-03-23[Clang] Raise an error on namespace aliases with qualified names. (#86122)Daniel M. Katz1-0/+2
2024-03-22[RISCV] Support RISC-V Profiles in -march option (#76357)Wang Pengcheng1-0/+1
2024-03-22[clang-format] Added AlignConsecutiveTableGenBreakingDAGArgColons option. (#8...Hirofumi Nakamura1-0/+145
2024-03-22[analyzer] Support C++23 static operator calls (#84972)Balazs Benics1-0/+1
2024-03-22Revert "[RISCV] Support RISC-V Profiles in -march option (#76357)"Wang Pengcheng1-1/+0
2024-03-22[RISCV] Support RISC-V Profiles in -march option (#76357)Wang Pengcheng1-0/+1
2024-03-21Split -Wcast-function-type into a separate group (#86131)Aaron Ballman1-1/+19
2024-03-21[clang] Implement __builtin_{clzg,ctzg} (#83431)OverMighty1-0/+41
2024-03-21[clang] Accept lambdas in C++03 as an extensions (#73376)Nikolas Klauser2-34/+41
2024-03-21[clang-format] Add --fail-on-incomplete-format. (#84346)Roberto Bampi1-0/+1
2024-03-20[CMake] Change GCC_INSTALL_PREFIX from warning to fatal error (#85891)Fangrui Song1-0/+3
2024-03-20[CLANG] Full support of complex multiplication and division. (#81514)Zahira Ammarguellat1-7/+38
2024-03-20[Clang] Update missing varargs arg extension warnings (#84520)Sirraide1-0/+3
2024-03-20[HLSL][docs] Document hlsl.h in the HLSL docs (#84081)Chris B1-1/+49
2024-03-20[clang] move -Wcast-function-type under -Wextra (#77178)Abhin P Jose1-0/+2
2024-03-20[clang] Add `__has_extension(swiftcc)` support (#85347)Yuta Saito1-0/+7
2024-03-20[Clang][Sema] Fix a crash in lambda instantiation (#85565)Qizhi Hu1-0/+1
2024-03-19[clang-cl] Fix value of __FUNCTION__ in MSVC mode. (#84014)Zahira Ammarguellat1-0/+3
2024-03-19[clang] Add `intrin0.h` header to mimic `intrin0.h` used by MSVC STL for clan...Max Winkler1-0/+20
2024-03-19[clang-format] Fixed the warning in building document for TableGenBreakingDAG...Hirofumi Nakamura1-1/+1
2024-03-19[AArch64] Add support for Cortex-A520AE and Cortex-A720AE CPUs (#85401)Jonathan Thackray1-0/+2
2024-03-19[clang][dataflow][NFC] Rename `ControlFlowContext` to `AdornedCFG`. (#85640)martinboehme1-1/+2
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura1-0/+64
2024-03-18Add some missing Kinds to libclang python bindings (#85571)ykiko1-0/+2
2024-03-18fix unnecessary warning when using bitand with boolean operators (#81976)Bhuminjay Soni1-0/+4
2024-03-17fix: constexpr bit_cast with empty base classes (#82383)sethp1-0/+2
2024-03-16Reapply "[clang] Fix crash when declaring invalid lambda member" (#85427)Nikolas Klauser1-0/+3
2024-03-16[Concepts] Add Decls from the outer scope of the current lambda for conversio...Younan Zhang1-0/+2
2024-03-15[clang][MSVC] Correct mangling of thread-safe static initialization variables...Tom Honermann1-0/+6
2024-03-15[AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996)Ahmed Bougacha2-0/+490
2024-03-15Revert "[clang][nullability] allow _Nonnull etc on nullable class types (#827...Sam McCall1-15/+0
2024-03-15[Driver] Don't alias -mstrict-align to -mno-unaligned-accessFangrui Song1-0/+3
2024-03-15[clang] Fix documentation markup in the Clang release notes and language exte...Tom Honermann2-6/+6
2024-03-14[clang][nullability] allow _Nonnull etc on nullable class types (#82705)Sam McCall1-0/+15
2024-03-14AArch64: add __builtin_arm_trapTim Northover1-0/+15
2024-03-14[clang][analyzer] Fix crash in loop unrolling (#82089)huang-me1-0/+4
2024-03-14[Clang][Sema] Fix a bug on type constraint checking (#84671)Qizhi Hu1-0/+2
2024-03-14[concepts] Preserve the FoundDecl of ConceptReference properly (#85032)Younan Zhang1-0/+1
2024-03-13Reapply "[Clang][C++23] Implement P2448R2 ..." (#85136) (#85145)Amy Huang1-0/+2
2024-03-13Revert "[Clang][C++23] Implement P2448R2 ..." (#85136)Amy Huang1-2/+0
2024-03-13[Clang][Sema] Properly get captured 'this' pointer in lambdas with an explici...Sirraide1-0/+3
2024-03-13[Clang] [Sema] Fix bug in `_Complex float`+`int` arithmetic (#83063)Sirraide1-0/+7
2024-03-13Diagnose misuse of the cleanup attribute (#80040)Bhuminjay Soni1-0/+4
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda1-0/+61
2024-03-13[Clang][Sema] Allow access to a public template alias declaration that refers...Qizhi Hu1-0/+2
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang1-0/+6