aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[Clang] [Sema] Fix bug in `_Complex float`+`int` arithmetic (#83063)Sirraide5-33/+298
2024-03-13Diagnose misuse of the cleanup attribute (#80040)Bhuminjay Soni4-4/+57
2024-03-13Remove use of reference lifetime extension introduced in cdde0d9David Blaikie1-2/+1
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda16-0/+542
2024-03-13[Clang] [Docs] Add reference to documentation of `SysVABIAttr` (#85022)Zepp1-1/+1
2024-03-13[Clang] [CodeGen] Fix codegen bug in constant initialisation in C23 mode (#84...Sirraide3-4/+16
2024-03-13[ClangRepl] Add missing hashtagJake Egan1-1/+1
2024-03-13[AIX][ClangRepl] Disable new test on AIXJake Egan1-0/+4
2024-03-13Reapply "[analyzer] Accept C library functions from the `std` namespace"NagyDonat4-9/+92
2024-03-13[clang] CTAD: Respect requires-clause of the original function template for t...Haojian Wu2-5/+31
2024-03-13Fix missing include past a38b7a432d3cbb093af9310eba5b4982dc0a0243 (#85041)Danial Klimkin1-0/+1
2024-03-13[C++20] [Modules] Disambuguous Clang module and C++20 Named module furtherChuanqi Xu10-89/+58
2024-03-13[NFC] [C++20] [Modules] Refactor ReducedBMIGeneratorChuanqi Xu3-22/+36
2024-03-13[NFC] [C++20] [Modules] [P1689] [Scanner] Don't use thread pool in P1689 per ...Chuanqi Xu1-95/+100
2024-03-13[Clang][Sema] Allow access to a public template alias declaration that refers...Qizhi Hu3-3/+29
2024-03-13BPF address space insn (#84410)4ast2-0/+11
2024-03-12[clang][CodeCompletion] Allow debuggers to code-complete reserved identifiers...Michael Buch2-1/+10
2024-03-12Fix unittest after #84460: only applicable if the platform supports JITStefan Gränitz1-0/+22
2024-03-12[Fuchsia] Add LLDB_TEST_USE_VENDOR_PACKAGES to boostrap passthroughDaniel Thornburgh1-0/+1
2024-03-12[InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida8-110/+159
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang11-0/+379
2024-03-12[analyzer][NFC] Turn NodeBuilderContext into a class (#84638)Diego A. Estrada Rivera4-8/+14
2024-03-12[clang][ASTMatchers] Fix forEachArgumentWithParam* for deducing "this" operat...Balazs Benics4-41/+119
2024-03-12[clang][deps] Fix dependency scanning with -working-directory (#84525)Ben Langmuir2-7/+37
2024-03-12Revert "[analyzer] Accept C library functions from the `std` namespace" (#84926)NagyDonat4-97/+9
2024-03-12[Clang][Sema] Fix type of enumerators in incomplete enumerations (#84068)Kupa-Martin3-6/+30
2024-03-12Don't do casting of atomic FP loads/stores in FE. (#83446)Jonas Paulsson6-58/+236
2024-03-12Fix build after #84460: link LLVMTestingSupport explicitly in clang unittestStefan Gränitz1-1/+1
2024-03-12[clang] Silence -Wlogical-op-parentheses in Clang.cpp (NFC)Jie Fu1-1/+1
2024-03-12[clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpre...Stefan Gränitz4-1/+39
2024-03-12[OpenCL] Elaborate about BIenqueue_kernel expansion; NFCSven van Haastregt1-1/+7
2024-03-12Fix warning message when using negative complex range options. (#84567)Zahira Ammarguellat2-14/+44
2024-03-12[analyzer] Accept C library functions from the `std` namespace (#84469)NagyDonat4-9/+97
2024-03-12[Clang] [Parser] Support [[omp::assume]] (#84582)Sirraide5-4/+28
2024-03-12[clang] Fix OMPT ident flag in combined distribute parallel for pragma (#80987)mikaoP90-1011/+1019
2024-03-12Add bit-precise overloads for builtin operators (#84755)Aaron Ballman3-2/+72
2024-03-12[clang][Interp] Implement more easy _Complex unary operatorsTimm Bäder1-10/+15
2024-03-12[clang][Interp] Implement _Complex Not unary operatorsTimm Bäder2-0/+16
2024-03-12[clang][Interp] Implement _Complex negationTimm Bäder2-12/+78
2024-03-11[clang] Fix test after #84214Vitaly Buka1-3/+3
2024-03-11[TBAA] Generate tbaa.struct single field with char tag for unions. (#84370)Florian Hahn2-5/+11
2024-03-11[HIP] Make the new driver bundle outputs for device-only (#84534)Joseph Huber2-3/+21
2024-03-11[clang] Add optional pass to remove UBSAN traps using PGO (#84214)Vitaly Buka2-0/+36
2024-03-11[Clang][AST] Print attributes of Obj-C interfacesEgor Zhdan2-0/+13
2024-03-11[Headers][X86] Add specific results to comparisons (#83316)Paul T Robinson3-143/+177
2024-03-11Add new flag -Wreturn-mismatch (#82872)Bhuminjay Soni5-4/+46
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida6-6/+1008
2024-03-11[clang-repl] Refactor locking of runtime PTU stack (NFC) (#84176)Stefan Gränitz2-4/+9
2024-03-11[APINotes] Fix failing tests after a PCM logic changeEgor Zhdan1-1/+1
2024-03-11[clang-repl] Expose RuntimeInterfaceBuilder to allow customization (#83126)Stefan Gränitz4-109/+253