aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-11Revert "[C++20][Coroutines] Lambda-coroutine with operator new in promise_typ...Chuanqi Xu5-169/+9
2024-03-11[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu9-18/+93
2024-03-11[clang] Fix behavior of `__is_trivially_relocatable(volatile int)` (#77092)Amirreza Ashouri3-75/+111
2024-03-11[coroutine] Implement llvm.coro.await.suspend intrinsic (#79712)fpasserby15-323/+284
2024-03-10[clang][Interp] Implement __builtin_popcountg (#84500)OverMighty2-5/+31
2024-03-10[NFC] Eliminate trailing white space causing CI build failure (#84632)Amirreza Ashouri1-1/+1
2024-03-09Fix test clang-offload-bundler-zstd.cYaxun (Sam) Liu1-1/+1
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu15-53/+167
2024-03-09[clang] Fix -Wunused-lambda-capture in TokenAnnotator.cpp (NFC)Jie Fu1-0/+1
2024-03-09[Clang] Only check for error in C++20 mode (#84624)Sirraide1-2/+2
2024-03-09[Clang] Fix status of P1774 Portable assumptionscor3ntin1-1/+1
2024-03-09[Clang][C++23] Implement P1774R8: Portable assumptions (#81014)Sirraide28-29/+502
2024-03-09Revert "[clang] Fix crash when declaring invalid lambda member" (#84615)Vitaly Buka3-17/+13
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer1-6/+3
2024-03-09[X86] Finally handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse...Freddy Ye11-121/+316
2024-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan7-41/+83