aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-06-05[clang-format] Fix a bug in formatting goto labels in macros (#92494)llvmorg-18.1.7Owen Pan3-7/+23
2024-06-05release/18.x: [clang-format] Don't always break before << between str… (#94...Owen Pan2-3/+16
2024-05-17[clang] Don't assume location of compiler-rt for OpenBSD (#92183)John Ericson1-1/+2
2024-05-14[RISCV] Add canonical ISA string as Module metadata in IR. (#80760)Craig Topper3-175/+209
2024-05-13[clang-format] Fix a crash with AlignArrayOfStructures option (#86420)Owen Pan2-3/+17
2024-05-13[Clang][Sema] Revise the transformation of CTAD parameters of nested class te...Younan Zhang2-6/+33
2024-05-13Reland "[clang-repl] Keep the first llvm::Module empty to avoid invalid memor...Vassil Vassilev2-5/+24
2024-05-09[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan2-1/+15
2024-05-08[CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard1-0/+1
2024-05-08[CMake][Release] Refactor cache file and use two stages for non-PGO builds (#...Tom Stellard1-68/+66
2024-05-08[CMake][Release] Add stage2-package target (#89517)Tom Stellard1-0/+2
2024-05-01[clang codegen] Fix MS ABI detection of user-provided constructors. (#90151)llvmorg-18.1.5Eli Friedman3-3/+30
2024-04-30[clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang2-3/+44
2024-04-29[Clang] Handle structs with inner structs and no fields (#89126)Bill Wendling3-11/+75
2024-04-29Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder4-14/+105
2024-04-26[clang-format] Fix a regression in ContinuationIndenter (#88414)Owen Pan2-1/+11
2024-04-26[clang-format] Fix a regression in annotating TrailingReturnArrow (#86624)Owen Pan2-0/+6
2024-04-25release/18.x: [clang-format] Correctly annotate braces in macros (#87953)Owen Pan3-15/+28
2024-04-24release/18.x: [clang-format] Revert breaking stream operators to previous def...Owen Pan3-21/+3
2024-04-24[analyzer] Fix performance of getTaintedSymbolsImpl() (#89606)NagyDonat1-8/+6
2024-04-24release/18.x: [clang-format] Fix a regression in annotating BK_BracedInit (#8...Owen Pan3-7/+38
2024-04-23[analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics3-1/+19
2024-04-16[CMake][Release] Disable PGO (#88465) (#89000)llvmorg-18.1.4Tom Stellard1-1/+1
2024-04-16Fix override keyword being print to the left sideGiuliano Belinassi2-0/+22
2024-04-10[clang-format] Correctly annotate braces of empty ctors/dtors (#82097)Owen Pan2-10/+24
2024-04-10[Headers] Don't declare unreachable() from stddef.h in C++ (#86748)Ian Anderson1-0/+4
2024-04-02[clang] Avoid -Wshadow warning when init-capture named same as class field (#...llvmorg-18.1.3Mariya Podchishchaeva4-31/+141
2024-04-01[clang][Sema] Fix a CTAD regression after 42239d2e9 (#86914)Younan Zhang4-2/+52
2024-03-27[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto7-63/+56
2024-03-19[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu9-18/+93
2024-03-19[WebAssembly] Change the default linker for `wasm32-wasip2` (#84569)Alex Crichton3-3/+50
2024-03-15[clang][modules] giving the __stddef_ headers their own modules can cause red...Ian Anderson13-41/+80
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