aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-07-23[AST] NFC: add an assertion for invariant of CXXFoldExprIlya Biryukov2-9/+20
2024-07-23Reapply "[Clang][Interp] `__builtin_os_log_format_buffer_size` should be an u...Timm Bäder1-1/+2
2024-07-23Revert "[Clang][Interp] `__builtin_os_log_format_buffer_size` should be an un...Mitch Phillips2-3/+1
2024-07-23[PS5] Adopt new compiler-rt naming scheme for the profile library. (#99862)goussepi2-3/+3
2024-07-23Clear release notes for upcoming LLVM 20 dev cyclellvmorg-20-initTobias Hieta1-1195/+0
2024-07-23[Clang] Do not attempt to access the `DefinitionData` of an incomplete type (...Oleksandr T.3-0/+14
2024-07-23[clang] Add method 'backupStr' to ASTContext (#99417)Youngsuk Kim4-46/+33
2024-07-23[Clang] Ignore empty FieldDecls when asking for the field number (#100040)Bill Wendling3-0/+57
2024-07-23[clang][test][RISCV] Add missing test change from #99898Alex Bradbury1-1/+1
2024-07-23[LoongArch] Fix test issue of init-loongarch.cAmi-zhang1-1/+1
2024-07-23[LoongArch] Summary the release notes for LLVM 19Weining Lu1-0/+8
2024-07-23[LoongArch] Support la664 (#100068)Ami-zhang3-0/+24
2024-07-23[RISCV] Mark zacas as experimental again due to unresolved ABI issue (#99898)Alex Bradbury1-9/+9
2024-07-23[clang][ASTImporter] Fix import of anonymous enums if multiple are present (#...Balázs Kéri2-15/+89
2024-07-23[analyzer] Model builtin-like functions as builtin functions (#99886)Balazs Benics7-14/+114
2024-07-23[clang][Interp] Calculate APValue offsets for base classesTimm Bäder5-9/+41
2024-07-23[LoongArch] Support -march=la64v1.0 and -march=la64v1.1 (#100057)Ami-zhang5-7/+77
2024-07-23[LoongArch] Enable 128-bits vector by default (#100056)Ami-zhang7-44/+60
2024-07-23[NFC] changes all run linesChen Zheng1-6/+6
2024-07-23[NFC] make the case only require frontendChen Zheng1-1/+1
2024-07-23[clang][Interp][NFC] Diagnose div by 0 more like the current interpreterTimm Bäder1-2/+7
2024-07-22[AArch64][PAC] Sign block addresses used in indirectbr. (#97647)Ahmed Bougacha11-1/+60
2024-07-22[clang][deps] Ignore import/include directives with missing filenames (#99520)Cyndy Ishida2-4/+19
2024-07-22[Clang] Fix r-value binding that Windows doesn't likeJoseph Huber1-2/+2
2024-07-22Revert "[Clang][Driver] Warn about `-c/-S` with `-fsyntax-only`" (#100052)dyung2-7/+4
2024-07-23[Clang][Interp] `__builtin_os_log_format_buffer_size` should be an unevaluate...yronglin2-1/+3
2024-07-22[PAC] Implement authentication for C++ member function pointers (#99576)Oliver Hunt10-117/+847
2024-07-22[libc] Remove leftover debugging in `clang-nvlink-wrapper`Joseph Huber1-2/+0
2024-07-22Correct confusing headers in HLSLDocs (#100017)Greg Roth2-4/+3
2024-07-22[AIX] Detect `#pragma mc_func` (#99888)Qiongsi Wu7-0/+70
2024-07-22[Clang] Fix 'clang-nvlink-wrapper' not working w/o CUDAJoseph Huber2-5/+9
2024-07-22[clang] Implement type/address discrimination of type_info vtable. (#99726)Ahmed Bougacha6-2/+111
2024-07-22[Clang] Remove NetBSD/i386 workaround for FP eval method with older versions ...Brad Smith2-9/+5
2024-07-22[Clang] Fix incorrect value assignment in nvlink wrapperJoseph Huber1-1/+2
2024-07-22[Clang] Introduce 'clang-nvlink-wrapper' to work around 'nvlink' (#96561)Joseph Huber11-57/+1076
2024-07-22[Fuchsia] Disable new hdrgen in Fuchsia toolchain build (#100001)Haowei1-0/+2
2024-07-23[Clang][Driver] Warn about `-c/-S` with `-fsyntax-only` (#98607)Dmitry Chestnykh2-4/+7
2024-07-22[clang][test] Add missing test file to cmake (#99907)Keith Smiley1-0/+1
2024-07-22[clang] Fix the broken DeductionGuide ToolingTests after c7bfc41860a6abe5c92d...Haojian Wu1-2/+2
2024-07-22Handle constant "pointers" for `__atomic_always_lock_free`/`__atomic_is_lock_...James Y Knight3-10/+58
2024-07-22[PAC][Driver] Support `pauthtest` ABI for AArch64 Linux triples (#97237)Daniil Kovalev12-15/+178
2024-07-22[clang-fuzzer-dictionary] Fix build failure with libfuzzer (#99871)Raphael Isemann1-0/+1
2024-07-22[clang][OpenMP] Avoid names that hide existing variables, NFCKrzysztof Parzyszek1-6/+6
2024-07-22Record mainfile name in the Frontend time trace (#99866)Utkarsh Saxena2-8/+16
2024-07-22[clang][Interp][NFC] Avoid hitting an assertion in invalid codeTimm Bäder1-0/+4
2024-07-22[clang] Diagnose use of deprecated template alias (#97619)premanandrao4-0/+106
2024-07-22[clang][dataflow] Handle this-capturing lambdas in field initializers. (#99519)Samira Bazuzi2-6/+43
2024-07-22[Clang] Fix handling of qualified id-expressions in unevaluated contexts (#99...cor3ntin4-33/+40
2024-07-22[Clang][NEON] Add neon target guard to intrinsics (#99870)Lukacma4-36/+72
2024-07-22Revert "[Clang][NEON] Add neon target guard to intrinsics" (#99864)Lukacma4-70/+36