aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[analyzer] Fix core.VLASize checker false positive taint reports (#68140)Daniel Krupp1-3/+24
2024-02-23[NFC] [doc] Mentioning to include the guard headers from imported modulesChuanqi Xu1-0/+3
2024-02-23[Clang][Parser] Have the depth of the abbreviated generic lambdas inside a re...Younan Zhang1-0/+4
2024-02-22[clang][driver] Allow unaligned access on ARMv7 and higher by default (#82400)Paul Kirth1-0/+11
2024-02-22[HLSL][Doc] Add doc about expected differences (#82395)Chris B2-0/+111
2024-02-22[clang] Implement CWG2759 "`[[no_unique_address]` and common initial sequence...Vlad Serebrennikov1-2/+4
2024-02-22[NFC] Fix typo in ReleaseNotes.rst (#82655)sethp1-1/+1
2024-02-21Revert "[Docs] Add release note about Clang-defined target OS macros … (#80...Zixu Wang1-26/+0
2024-02-21[Sanitizer] Support -fwrapv with -fsanitize=signed-integer-overflow (#82432)Justin Stitt2-4/+13
2024-02-21[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin1-0/+4
2024-02-21[clang] Implement CWG1719 "Layout compatibility and cv-qualification revisite...Vlad Serebrennikov1-3/+6
2024-02-21[clang] [SemaCXX] Disallow deducing "this" on operator `new` and `delete` (#8...Rajveer Singh Bharadwaj1-0/+2
2024-02-20[NVPTX] Enable the _Float16 type for NVPTX compilation (#82436)Joseph Huber1-0/+1
2024-02-20[Clang][Sema] Diagnose declarative nested-name-specifiers naming alias templa...Krystian Stasiowski1-0/+2
2024-02-20[Clang][Sema] Convert warning for extraneous template parameter lists to an e...Krystian Stasiowski1-0/+2
2024-02-20[C23] No longer assert on huge enumerator values (#81760)Aaron Ballman1-0/+8
2024-02-20[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros (#82361)Aaron Ballman1-0/+5
2024-02-20[clang] Implement `__is_layout_compatible` (#81506)Vlad Serebrennikov2-0/+7
2024-02-20[Driver] Remove dead -freroll-loops flag (#82254)Nikita Popov1-0/+2
2024-02-20[docs] [C++20] [Modules] Ideas for transitioning to modules (#80687)Chuanqi Xu1-0/+339
2024-02-19Revert "[ARM] __ARM_ARCH macro definition fix (#81493)"Tomas Matheson1-2/+0
2024-02-19[Clang] CXXConstructExpr may be immediate calls. (#82179)cor3ntin1-0/+2
2024-02-16Revert "[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros" (#82070)Aaron Ballman1-5/+0
2024-02-16[C23] Add __TYPE_FMTB__ and __TYPE_FMTb__ predefined macros (#82037)Aaron Ballman1-0/+5
2024-02-16[C11] Diagnose C11 keywords as being incompatible w/earlier standards (#82015)Aaron Ballman1-0/+3
2024-02-16[C++] Fix parsing of _Alignas in local declarations (#81915)Aaron Ballman1-0/+3
2024-02-15[clang] Allow builtin addc/subc to be constant evaluated (#81656)Bryce Wilson2-0/+13
2024-02-15[clang] Fix isInStdNamespace for Decl flagged extern c++ (#81776)Fred Tingaud1-0/+2
2024-02-15[C23] Fix handling of alignas (#81637)Aaron Ballman1-0/+13
2024-02-14[clang] Add fixed point precision macros (#81207)PiJoules1-0/+6
2024-02-14[C23] Do not diagnose binary literals as an extension (#81658)Aaron Ballman1-0/+8
2024-02-14[clang][docs] Remove trailing whitespaceDavid Spickett1-2/+2
2024-02-13[Clang][Sema] Diagnose friend declarations with enum elaborated-type-specifie...Krystian Stasiowski1-0/+2
2024-02-13[clang][docs] Fix warning in LanguageExtensionsDavid Spickett1-1/+1
2024-02-13[LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime c...Joseph Huber2-0/+36
2024-02-13[ARM] __ARM_ARCH macro definition fix (#81493)James Westwood1-0/+2
2024-02-13[Clang][Sema] Don't consider top-level cv-qualifiers in template partial orde...Younan Zhang1-0/+2
2024-02-12[clang-format] Rename option AlwaysBreakAfterReturnType. (#80827)rmarker2-108/+115
2024-02-12[clang][analyzer] Remove 'alpha.core.CallAndMessageUnInitRefArg' from documen...Balázs Kéri1-22/+0
2024-02-12[LinkerWrapper][NFC] Rename 'all' to 'generic' for architecture agnostic IRJoseph Huber1-0/+8
2024-02-12[clang] Avoid -Wshadow warning when init-capture named same as class field (#...Mariya Podchishchaeva1-0/+3
2024-02-10[RISCV] Add Zicfiss support to the shadow call stack implementation. (#68075)Yeting Kuo1-16/+26
2024-02-09[clang-format] Rename option AlwaysBreakTemplateDeclarations (#81093)Owen Pan3-56/+71
2024-02-09[clang-format][docs] Fix version (#81185)Björn Schäpers1-1/+1
2024-02-09[clang][Sema] Add checks for validity of default ctor's class (#78898)Vlad Serebrennikov1-0/+4
2024-02-08Consider aggregate bases when checking if an InitListExpr is constant (#80519)Reid Kleckner1-0/+4
2024-02-08[Clang][Sema] Abbreviated function templates do not append invented parameter...Krystian Stasiowski1-0/+2
2024-02-08[clang][Sema] Subclass `-Wshorten-64-to-32` under `-Wimplicit-int-conversion`...whisperity1-1/+6
2024-02-07[clang-format] Add Leave to AlwaysBreakTemplateDeclarations (#80569)Owen Pan1-0/+12
2024-02-07[Clang][Docs] Fix trailing whitespace warningsJoseph Huber2-26/+26