aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-04-29[clang][Interp] Support vec_stepTimm Bäder3-1/+47
2024-04-29[Clang] Add diagnostic about "%P" specifier with Objective-C pointers (#89977)Jared Grubb3-1/+18
2024-04-29Squashed commit of the following:Pol Marcet Sardà6-5/+863
2024-04-29[llvm][RISCV] Improve error message for invalid extension letters (#90468)David Spickett1-3/+3
2024-04-29[clang] Fix `remove{CVR|Fast}Qualifiers` with 64-bit `Qualifiers::Mask` (#90329)Daniil Kovalev1-2/+2
2024-04-29[Clang] Add support for scalable vectors in __builtin_reduce_* functions (#87...Lawrence Benson7-6/+99
2024-04-29[clang][Interp] Fix casting function pointers to integersTimm Bäder2-0/+14
2024-04-29[clang][Interp] Support CXXParenListInitExprs for non-record typesTimm Bäder3-110/+109
2024-04-29[clang][Interp] Reject void-typed InitListExprsTimm Bäder2-0/+9
2024-04-29[Clang] Fix incorrect handling of #pragma {GCC} unroll N in dependent context...yronglin7-15/+165
2024-04-29[Clang] Implement C++26 P2748R5 "Disallow Binding a Returned Glvalue to a Tem...yronglin7-4/+69
2024-04-29[clang] Allow constexpr cast from `void*` in more cases (#89484)offsetof6-32/+78
2024-04-29Avoid unusable variable in ByteCodeExprGen.cpp (#90469)Danial Klimkin1-2/+1
2024-04-29[flang] Generate main only when a Fortran program statement is present (#89938)David Truby3-124/+1
2024-04-29[Clang][Docs] use CommonOptionsParser::create instead of protected constructo...Kohei Asano1-5/+17
2024-04-29[clang][Interp] Fix creating variables for TemplateParamObjectDeclsTimm Bäder4-39/+78
2024-04-29[clang][Interp] Ignore FunctionDecls in compound statementsTimm Bäder2-1/+12
2024-04-29[clang][Interp][NFC] Fix a typoTimm Bäder1-1/+1
2024-04-29[clang][CodeGen] fix UB in aarch64 bfloat16 scalar conversion (#89062)nihui2-5/+6
2024-04-29[clang] Use `cwg_index.html` from GitHub for DR status page (#90352)Vlad Serebrennikov8-165/+410
2024-04-29[clang][Interp] Implement zero-init for record typesTimm Bäder2-4/+38
2024-04-29Re-apply "Emit missing cleanups for stmt-expr" and other commits (#89154)Utkarsh Saxena15-168/+949
2024-04-29[SemaCXX] Recognise initializer_list injected-class-name types as initializer...Mital Ashok4-10/+21
2024-04-29Move several vector intrinsics out of experimental namespace (#88748)Maciej Gabka1-1/+1
2024-04-29Improve documented sampling profiler steps to best known methods (#88438)Tim Creech1-16/+55
2024-04-28[clang-format] Set Change.TokenLength to ColumnWidth (#90378)Owen Pan2-4/+46
2024-04-28[clang-format][NFC] Return early in isWordLike() for non-Verilog (#90363)Owen Pan2-7/+14
2024-04-28[Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (#89906)cor3ntin16-32/+127
2024-04-28[cc1as] Respect -mrelax-allFangrui Song2-0/+14
2024-04-28[AMDGPU] Fix test failing on Windows for `ld.lld.exe`Joseph Huber1-1/+1
2024-04-28[NFC] [Modules] Avoid scanning the stored decl list twice when replaceChuanqi Xu1-14/+17
2024-04-28[Modules] Don't replace local declarations with external declaration with low...Chuanqi Xu2-2/+67
2024-04-27[CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard1-0/+1
2024-04-27[clang-format][NFC] Don't repeat Changes[i]/Changes[i - 1]Owen Pan1-21/+18
2024-04-26[clang-format] Add a space after a word token only if required (#90161)Owen Pan2-27/+24
2024-04-26[RISCV] Move OrderedExtensionMap typedef to RISCVISAUtils.h. NFCCraig Topper1-3/+1
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka37-541/+94
2024-04-26[alpha.webkit.UncountedCallArgsChecker] Avoid emitting warnings for Ref, RefP...Ryosuke Niwa4-16/+62
2024-04-26[WebAssembly] Add half-precision feature (#90248)Brendan Dahl4-0/+20
2024-04-26[HLSL][SPIR-V] Target `directx` is requiredMichael Liao1-0/+1
2024-04-26[Driver,test] Replace CHECK-NOT: warning with -### -WerrorFangrui Song4-36/+19
2024-04-26[APINotes] Allow annotating a C++ type as non-copyable in SwiftEgor Zhdan9-3/+65
2024-04-26[C++17] Support __GCC_[CON|DE]STRUCTIVE_SIZE (#89446)Aaron Ballman20-36/+161
2024-04-26[clang] Add test for CWG2149 "Brace elision and array length deduction" (#90079)Vlad Serebrennikov2-1/+78
2024-04-26[NFC][OpenACC] Remove stale FIXME comment in a testerichkeane1-2/+0
2024-04-26[clang][X86] Fix -Wundef warning in cpuid.h (#89842)Dan Klishch1-3/+3
2024-04-26[AArch64] Add support for Neoverse-N3, Neoverse-V3 and Neoverse-V3AE (#90143)Jonathan Thackray3-2/+11
2024-04-26Fix mismatches between function parameter definitions and declarations (#89512)Troy Butler1-9/+5
2024-04-26[LLVM][SVE] Seperate the int and floating-point variants of addqv. (#89762)Paul Walker2-19/+20
2024-04-26[clang] Fix -Wunused-variable in ByteCodeStmtGen.cpp (NFC)Jie Fu1-2/+1