aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-03-13SystemZ release notes for 18.x. (#84560)Jonas Paulsson1-0/+5
2024-03-12[Clang][LoongArch] Fix wrong return value type of __iocsrrd_h (#84100)wanglei3-9/+9
2024-03-12[Clang][LoongArch] Precommit test for fix wrong return value type of __iocsrr...wanglei2-10/+40
2024-03-12[analyzer] Fix crash on dereference invalid return value of getAdjustedParame...Exile2-1/+12
2024-03-12[Clang] [Sema] Handle placeholders in '.*' expressions (#83103)Sirraide3-5/+40
2024-03-11[clang][fat-lto-objects] Make module flags match non-FatLTO pipelines (#83159)Paul Kirth2-17/+36
2024-02-27MIPS: Fix asm constraints "f" and "r" for softfloat (#79116)llvmorg-18.1.0-rc4llvmorg-18.1.0YunQiang Su3-1/+23
2024-02-26[AArch64] Add the Ampere1B core (#81297)Philipp Tomsich2-2/+3
2024-02-26[AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko3-20/+26
2024-02-26[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin4-3/+36
2024-02-26[clang][CodeGen] Keep processing the rest of AST after encountering unsupport...Wentao Zhang1-4/+7
2024-02-26fix links on clang 18.1.0rc release page (#82739)h-vetinari1-23/+23
2024-02-23ReleaseNotes: mention -mtls-dialect=desc (#82731)Fangrui Song1-0/+1
2024-02-20[Serialization] Record whether the ODR is skipped (#82302)Chuanqi Xu5-10/+154
2024-02-16[18.x][Docs] Add release note about Clang-defined target OS macros (#80044)Zixu Wang1-0/+25
2024-02-15[analyzer][docs] Admit that the cleanup attribute is not supported (#81834)Balazs Benics1-3/+0
2024-02-15[PowerPC] Update V18.1.0 release notes (#81631)Maryam Moghadas1-0/+26
2024-02-15[AArch64][SME] Implement inline-asm clobbers for za/zt0 (#79276)Matthew Devereau2-1/+16
2024-02-15[clang-format] Don't remove parentheses in macro definitions (#81444)Owen Pan2-1/+3
2024-02-13[SPARC] Support reserving arbitrary general purpose registers (#74927)Koakuma3-0/+274
2024-02-09Revert "[clang] Mark clang-format-ignore.cpp as unsupported on Windows"Owen Pan1-1/+0
2024-02-09[clang-format] Fix a regression in dumping the config (#80628)Owen Pan3-32/+30
2024-02-09[clang] Fix unexpected `-Wconstant-logical-operand` in C23 (#80724)Mariya Podchishchaeva3-1/+16
2024-02-09[Clang][AArch64] Fix some target guards and remove +sve from tests. (#80681)Sander de Smalen49-228/+232
2024-02-08[Clang][AST] Fix a crash on attaching doc comments (#78716)Shanzhi2-1/+35
2024-02-06[C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)llvmorg-18.1.0-rc2Chuanqi Xu15-30/+167
2024-02-06[C++20] [Modules] Remove previous workaround for odr hashing enumsChuanqi Xu3-51/+52
2024-02-06[C++20] [Modules] Don't perform ODR checks in GMFChuanqi Xu10-83/+68
2024-02-06[AArch64] Add some release notes items (#79983)Momchil Velikov1-0/+5
2024-02-06[clang-format] Fix a bug in AnnotatingParser::rParenEndsCast() (#79549)Owen Pan2-0/+7
2024-02-06[Release Notes][FMV] Document support for rcpc3 and mops features. (#80152)Alexandros Lamprineas1-0/+6
2024-02-06[Clang][Sema] Fix regression due to missing ambiguity check before attempting...Shafik Yaghmour2-1/+24
2024-02-06Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the ...alexfh1-5/+0
2024-02-06[docs] Add release notes for Windows specific changes in 18.x (#80011)Martin Storsjö1-0/+2
2024-02-06PR for llvm/llvm-project#79568 (#80120)Younan Zhang3-2/+29
2024-02-06[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan6-130/+38
2024-02-06[AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614)Alexandros Lamprineas2-2/+5
2024-02-06[CLANG] Fix INF/NAN warning. (#80290)Zahira Ammarguellat7-22/+126
2024-02-06[CMake][PGO] Add option for using an external project to generate profile dat...Tom Stellard2-10/+21
2024-02-05[clang] Add GCC-compatible code model names for sparc64Koakuma2-0/+14
2024-02-05[Clang][AArch64] Emit 'unimplemented' diagnostic for SME (#80295)Sander de Smalen3-29/+40
2024-02-03[clang] Represent array refs as `TemplateArgument::Declaration` (#80050)Andrey Ali Khan Bolshakov2-20/+37
2024-02-03Backport '[clang] static operators should evaluate object argument (reland)' ...Tianlan Zhou9-42/+159
2024-02-03[Clang][AArch64] Add missing SME macros (#80293)Sander de Smalen4-0/+39
2024-02-01[coverage] fix crash in code coverage and `if constexpr` with `ExprWithCleanu...Hana Dusíková2-2/+33
2024-02-01Fix analyzer crash on 'StructuralValue' (#79764)Andrey Ali Khan Bolshakov4-4/+37
2024-01-31[Docs] Fix documentation build.Craig Topper1-1/+1
2024-01-31[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper20-34/+1065
2024-01-30Backport [RISCV] Graduate Zicond to non-experimental (#79811) (#80018)Alex Bradbury2-9/+9
2024-01-29Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of the ...Alexander Kornienko6-190/+32