aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-06-21Enable ASAN in amdgpu toolchain for OpenCL (#96262)Yaxun (Sam) Liu3-0/+25
2024-06-21[DirectX] Move ResourceClass enum into DXILABI. NFC (#96335)Justin Bogner2-32/+50
2024-06-21[C99] Claim full conformance to C99Aaron Ballman1-5/+13
2024-06-21[C99] Claim partial conformance to IEC 60559 supportAaron Ballman1-1/+19
2024-06-21[clang] Implement function pointer signing and authenticated function calls (...Ahmed Bougacha22-15/+596
2024-06-21[C99] Claim conformance to "more precise aliasing rules via effective type"Aaron Ballman1-1/+1
2024-06-21[clang][AST] createNestedNameSpecifierForScopeOf - don't use dyn_cast_or_null...Simon Pilgrim1-2/+2
2024-06-21[clang-format][NFC] Add CMake target clang-format-check-format (#95873)Owen Pan1-0/+24
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov3-0/+3
2024-06-21Revert "[ubsan] Display correct runtime messages for negative _BitInt" (#96239)earnol1-54/+5
2024-06-21[Clang] skip alignment checks on incomplete types to avoid an assertion failu...Oleksandr T3-2/+9
2024-06-21[clang][Interp] Don't try to decay non-pointers to pointersTimm Bäder2-2/+2
2024-06-21[clang][ASTImporter] Fix possible crash "given incorrect InsertPos for specia...Balázs Kéri1-2/+5
2024-06-21[Serialization] Register identifiers in ahead and don't emit predefined declsChuanqi Xu4-46/+105
2024-06-21[clang] Add test for CWG2811 "Clarify "use" of main" (#96168)Vlad Serebrennikov4-4/+28
2024-06-21[clang] Implement CWG2877 "Type-only lookup for using-enum-declarator" (#95399)Vlad Serebrennikov8-35/+73
2024-06-21[clang] Cover CWG issues about `export template` (#94876)Vlad Serebrennikov4-17/+22
2024-06-21[AArch64] Fix up failing test that should have been caught by precommitSander de Smalen1-2/+2
2024-06-21[RISCV] Add Syntacore SCR3 processor definition (#95953)Anton Sidorenko2-4/+27
2024-06-21[NFC] Fix laod -> load typos. NFCDavid Green3-3/+3
2024-06-21[clang][test] Enable a commented-out test (#96195)Timm Baeder1-2/+1
2024-06-21[clang][Interp] Fix Descriptor::getElemQualType() for complex/vectorsTimm Bäder2-2/+18
2024-06-21[Clang][AArch64] Expose compatible SVE intrinsics with only +sme (#95787)Sander de Smalen228-6297/+8015
2024-06-20[Serialization] Use stable hash functionsFangrui Song3-7/+12
2024-06-20[Lex] Replace hash_combine with a stable hashFangrui Song1-3/+4
2024-06-20[Lex] HeaderSearchOptions: Remove unused hash_value overloadsFangrui Song1-10/+0
2024-06-21[X86]Add support for __outbyte/word/dword and __inbyte/word/dword (#93774)Malay Sanghi2-18/+53
2024-06-21[clang][dataflow] Add a callback run on the pre-transfer state. (#96140)martinboehme5-103/+239
2024-06-20[Driver] BuildOffloadingActions: Stabilize iteration orderFangrui Song1-0/+1
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan2-13/+13
2024-06-21[C++20] [Modules] Reference all the possible declarations for ADLChuanqi Xu2-0/+129
2024-06-20[clang-cl][AST] Fix auto NTTP MSVC 1920+ mangling for pointer types (#92477)Max Winkler3-3/+98
2024-06-20[clang-format[NFC] Clean up AnnotatingParser::rParenEndsCast() (#96128)Owen Pan1-37/+46
2024-06-21[serialization] No transitive type change (#92511)Chuanqi Xu11-110/+217
2024-06-20[BoundsSafety][doc] Make it clear that the feature is work-in-progress (#95964)Yeoul Na2-36/+36
2024-06-20[ubsan] Display correct runtime messages for negative _BitInt (#93612)earnol1-5/+54
2024-06-20[WebAssembly] Re-enable reference types by default (#93261)Heejin Ahn3-6/+6
2024-06-20[clang] Define ptrauth_sign_constant builtin. (#93904)Ahmed Bougacha14-15/+395
2024-06-20[clang] Define ptrauth_string_discriminator builtin. (#93903)Ahmed Bougacha9-6/+109
2024-06-20[clang][Interp] Try to fix #embed on big-endian machinesTimm Bäder1-5/+14
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok23-99/+181
2024-06-20[C99] Claim partial conformance to n448Aaron Ballman2-1/+54
2024-06-20[clang] Fix missing installed header (#95979)Daniel Otero1-1/+3
2024-06-20[Clang][Comments] Support for parsing headers in Doxygen \par commands (#91100)hdoc8-11/+239
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov1-0/+1
2024-06-20[Clang][AMDGPU] Add a builtin for `llvm.amdgcn.make.buffer.rsrc` intrinsic (#...Shilei Tian6-0/+218
2024-06-20[clang] Move 'alpha.cplusplus.MisusedMovedObject' to 'cplusplus.Move' in docu...Balázs Kéri1-19/+19
2024-06-20[clang][Interp] Nested ThisExprs that don't refer to the frame this ptrTimm Bäder6-18/+93
2024-06-20[AArch64][TargetParser] Split FMV and extensions (#92882)Tomas Matheson7-73/+59