aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka2-21/+5
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka2-5/+21
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka2-21/+5
2024-04-03[clang] Support __typeof_unqual__ in all C modes (#87392)Nathan Chancellor1-0/+3
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg2-5/+21
2024-04-03[C++20] [Modules] [Driver] Emit unused argument warning if we use '-fmodule-o...Chuanqi Xu1-0/+3
2024-04-02[clang-format] Add BreakFunctionDefinitionParameters option (#84988)Ameer J1-0/+15
2024-04-02[clang] Fix crash when inheriting from a cv-qualified type (#70594)Rajveer Singh Bharadwaj1-0/+3
2024-04-02[Clang][Sema] Fix explicit specializations of member function templates with ...Krystian Stasiowski1-0/+2
2024-04-02Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+15
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-15/+16
2024-03-31[Sema] Implement support for -Wformat-signedness (#74440)Karl-Johan Karlsson1-0/+3
2024-03-29[Clang] [Sema] No longer diagnose type definitions in `offsetof` in C23 mode ...Sirraide1-0/+3
2024-03-29[clang][Sema] Fix a CTAD regression after 42239d2e9 (#86914)Younan Zhang1-0/+3
2024-03-29Revert "Reapply "[clang][nullability] allow _Nonnull etc on nullable class ty...dyung1-15/+0
2024-03-28Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall1-0/+15
2024-03-28[clang][analyzer] Improve documentation of StreamChecker (NFC). (#83858)Balázs Kéri1-14/+52
2024-03-28[clang] Bailout when the substitution of template parameter mapping is invali...Haojian Wu1-0/+1
2024-03-27[Clang][Sema] Allow flexible arrays in unions and alone in structs (#84428)Kees Cook1-0/+3
2024-03-27[clang] Fix an out-of-bound crash when checking template partial specializati...Haojian Wu1-0/+1
2024-03-27[analyzer][docs] Document the `optin.performance.Padding` checker (#86411)komalverma041-2/+81
2024-03-27[cfi][CodeGen] Call SetLLVMFunctionAttributes{,ForDefinition} on __cf… (#78...Pavel Kosov1-0/+4
2024-03-26[clang] Implement constexpr support for __builtin_{clzg,ctzg} (#86577)OverMighty2-0/+7
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