aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[clang] Fix `static_cast` to array of unknown bound (#96041)Mariya Podchishchaeva1-0/+21
2024-06-19-fsanitize=vptr: Change hash function and simplify bit mixerFangrui Song1-10/+5
2024-06-20[Serialization] No transitive identifier change (#92085)Chuanqi Xu1-0/+110
2024-06-19[clang-linker-wrapper] Use MapVector to stabilize iteration orderFangrui Song2-12/+12
2024-06-19[Clang][AArch64] Use 'uint64_t*' for _arm_get_sme_state builtin. (#95982)Sander de Smalen1-0/+14
2024-06-19[Clang] Swap range and noundef metadata to attribute for intrinsics. (#94851)Andreas Jonson2-8/+6
2024-06-19Relax MC/DC testsNAKAMURA Takumi5-14/+14
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian8-0/+175
2024-06-18[Clang][Sanitizers] Enable NSAN on X86_64 only (#95885)Alexander Shaposhnikov1-4/+4
2024-06-18Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#95519)Alexandros Lamprineas8-71/+61
2024-06-18[Flang]Fix for changed code at the end of AllocaIP. (#92430)Mats Petersson2-88/+88
2024-06-18clang/AMDGPU: Emit atomicrmw from ds_fadd builtins (#95395)Matt Arsenault9-18/+67
2024-06-18[Sema][CTAD] Allow user defined conversion for copy-list-initialization (#94752)Gábor Spaits1-0/+46
2024-06-18[Clang][Sema] Diagnose variable template explicit specializations with storag...Krystian Stasiowski14-89/+384
2024-06-18[SPIRV][HLSL] Add lowering of `rsqrt` to SPIRV (#95849)Helena Kotas1-39/+70
2024-06-18[HLSL] Strict Availability Diagnostics (#93860)Helena Kotas2-0/+271
2024-06-18[RISCV] Add processor definition for SpacemiT-X60 (#94564)Shao-Ce SUN2-2/+58
2024-06-18[Clang] Fix immediate escalation in templated entities (#95233)cor3ntin2-2/+48
2024-06-18[analyzer] Revert Z3 changes (#95916)Balazs Benics2-36/+0
2024-06-18[clang][Interp] Implement complex division (#94892)Timm Baeder2-0/+16
2024-06-18[AArch64][TargetParser] move CPUInfo into tablegen [NFC] (#92145)Tomas Matheson3-68/+185
2024-06-18[analyzer] Harden safeguards for Z3 query timesBalazs Benics1-0/+3
2024-06-18[analyzer][NFC] Reorganize Z3 report refutationBalazs Benics1-0/+33
2024-06-18Revert "[clang] Fix-it hint for `++this` -> `++*this` when deref is modifiabl...Sirraide5-66/+0
2024-06-18[clang][Interp] Fix non-initializing CK_VectorSplat castsTimm Bäder1-0/+19
2024-06-17[Driver][Fuchsia] Support multilib for C++ include dir (#95815)Petr Hosek23-5/+12
2024-06-17[Clang] Introduce `CXXTypeidExpr::hasNullCheck` (#95718)Mital Ashok2-0/+23
2024-06-17[NFC] Refactor `[[nodiscard]]` test to not use macros and run under `-pedanti...Mital Ashok1-35/+27
2024-06-17[Clang] Disallow non-lvalue values in constant expressions to prevent invalid...Oleksandr T1-0/+3
2024-06-17 [DebugInfo] Change handling of structured bindings of bitfields (#94632)John Brawn1-62/+97
2024-06-17[clang][analyzer] use unqualified canonical type during merging equivalence c...Congcong Cai2-0/+40
2024-06-17[clang][Interp] Implement Complex-complex multiplication (#94891)Timm Baeder1-0/+31
2024-06-17[clang][CodeGen] Fix EmitInvariantStart for non-zero addrspace (#94346)Bruno De Fraine1-0/+6
2024-06-17[clang][CodeGen] Return RValue from `EmitVAArg` (#94635)Mariya Podchishchaeva8-23/+8
2024-06-17[clang][AArch64] Add validation for Global Register Variable. (#94271)Daniel Kiss2-0/+16
2024-06-17[C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dyn...Chuanqi Xu2-12/+66
2024-06-16[Clang][AArch64] Generalise streaming mode checks for builtins. (#93802)Sander de Smalen7-96/+117
2024-06-16[Clang] Instantiate local constexpr functions eagerly (#95660)Younan Zhang1-0/+24
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth15-41/+41
2024-06-16Cleanup MC/DC intrinsics for #82448 (#95496)NAKAMURA Takumi1-1/+1
2024-06-15[Clang][Driver] Expose `-fno-eliminate-unused-debug-types` to clang-cl (#95259)Alexandre Ganea1-0/+2
2024-06-15[clang][Interp] Support ExtVectorElementExprsTimm Bäder2-0/+12
2024-06-15[Debug Info] Fix debug info ptr to ptr test (#95637)William Junda Huang1-14/+14
2024-06-15[clang][Interp] Fix checking null pointers for initializationTimm Bäder1-0/+13
2024-06-15[clang][Interp][test] Move explicit object parameter test to cxx23.cppTimm Bäder2-11/+11
2024-06-15[clang][Interp] Fix calling lambdas with explicit instance pointers...Timm Bäder1-0/+11
2024-06-15(New) Add option to generate additional debug info for expression dereferenci...William Junda Huang1-0/+115
2024-06-15[clang][Interp] Use different inline descriptors for global variablesTimm Bäder1-2/+2
2024-06-14[llvm][AArch64] Support -mcpu=apple-m4 (#95478)Jon Roelofs1-2/+2
2024-06-14[InstallAPI] Pick up input headers by directory traversal (#94508)Cyndy Ishida9-11/+158