aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Diagnose misuse of the cleanup attribute (#80040)Bhuminjay Soni1-2/+3
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda4-0/+35
2024-03-13[Clang] [Docs] Add reference to documentation of `SysVABIAttr` (#85022)Zepp1-1/+1
2024-03-13Reapply "[analyzer] Accept C library functions from the `std` namespace"NagyDonat1-6/+2
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 Xu4-14/+11
2024-03-13[NFC] [C++20] [Modules] Refactor ReducedBMIGeneratorChuanqi Xu1-2/+6
2024-03-12[InstallAPI] Break up headers and add common header for TextAPI types (#84960)Cyndy Ishida4-97/+151
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang3-0/+44
2024-03-12[analyzer][NFC] Turn NodeBuilderContext into a class (#84638)Diego A. Estrada Rivera3-5/+11
2024-03-12[clang][ASTMatchers] Fix forEachArgumentWithParam* for deducing "this" operat...Balazs Benics1-28/+31
2024-03-12Revert "[analyzer] Accept C library functions from the `std` namespace" (#84926)NagyDonat1-2/+6
2024-03-12[clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpre...Stefan Gränitz1-1/+8
2024-03-12[analyzer] Accept C library functions from the `std` namespace (#84469)NagyDonat1-6/+2
2024-03-12[Clang] [Parser] Support [[omp::assume]] (#84582)Sirraide1-1/+1
2024-03-11Add new flag -Wreturn-mismatch (#82872)Bhuminjay Soni2-4/+6
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida1-0/+14
2024-03-11[clang-repl] Refactor locking of runtime PTU stack (NFC) (#84176)Stefan Gränitz1-0/+1
2024-03-11[clang-repl] Expose RuntimeInterfaceBuilder to allow customization (#83126)Stefan Gränitz1-5/+30
2024-03-11Revert "[C++20][Coroutines] Lambda-coroutine with operator new in promise_typ...Chuanqi Xu1-10/+2
2024-03-11[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu2-7/+10
2024-03-11[coroutine] Implement llvm.coro.await.suspend intrinsic (#79712)fpasserby1-0/+21
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu2-1/+9
2024-03-09[Clang][C++23] Implement P1774R8: Portable assumptions (#81014)Sirraide10-8/+76
2024-03-09[X86] Finally handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse...Freddy Ye1-4/+4
2024-03-08[NFC] Remove unnecessary 'Builtins.def' file.erichkeane1-102/+0
2024-03-08[C++20][Coroutines] Lambda-coroutine with operator new in promise_type (#84193)Andreas Fertig1-2/+10
2024-03-08[Clang][LLVM][SVE2.1] Created intrinsics for DUPQ instr. (#83260)Lukacma1-0/+9
2024-03-08[clang] Implement CTAD for type alias template. (#77890)Haojian Wu2-5/+22
2024-03-08[clang][ASTMatcher] Add matchers for isExplicitObjectMemberFunction() (#84446)Balazs Benics3-5/+31
2024-03-08[HIP] Make the HIP default architecture use the enum value (#84400)Joseph Huber1-1/+1
2024-03-08[Sema] Avoid unnecessary copy on MultiLevelTemplateArgumentList. NFC (#84459)Younan Zhang1-4/+6
2024-03-08[clang] Error on explicit specialization of lambda call operator (#84343)Mariya Podchishchaeva1-0/+2
2024-03-08[clang][dataflow] When analyzing ctors, don't initialize fields of `*this` wi...martinboehme1-0/+5
2024-03-08[C++20] [Modules] Introduce reduced BMI (#75894)Chuanqi Xu4-5/+52
2024-03-08[Clang] Implement constexpr support for `__builtin_popcountg` (#84318)OverMighty1-1/+1
2024-03-07[InstallAPI] Collect global functions (#83952)Cyndy Ishida2-1/+7
2024-03-07Reland [clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#...Stefan Gränitz1-1/+4
2024-03-07[clang] Upstream visionOS Availability & DarwinSDKInfo APIs (#84279)Cyndy Ishida2-0/+32
2024-03-07[clang-repl] Names declared in if conditions and for-init statements are loca...Stefan Gränitz4-8/+14
2024-03-07[clang][nullability] Don't discard expression state before end of full-expres...martinboehme2-5/+31
2024-03-07[Clang][C++23] Implement P2448R2: Relaxing some constexpr restrictions (#77753)Mariya Podchishchaeva1-19/+7
2024-03-07Revert "[clang-repl] Pass triple to IncrementalCompilerBuilder as explicit ar...Stefan Gränitz1-4/+1
2024-03-07[Clang] [AST] Resolve FIXME: Assign E to nullptr (#84229)AtariDreams1-1/+1
2024-03-06AMDGPU: Define a feature for v_dot4_f32_* instructions (#84248)Changpeng Fang1-4/+4
2024-03-06[clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#84174)Stefan Gränitz1-1/+4
2024-03-06[clang][analyzer] Model allocation behavior or getdelim/geline (#83138)Alejandro Álvarez Ayllón1-0/+6
2024-03-06[clang][NFC] Trim license header comments to 81 characters (#82919)Balazs Benics7-10/+10
2024-03-06[OpenMP] Parse and Sema support for declare target in local scope (#83223)Sandeep Kosuri1-0/+2
2024-03-06[AMDGPU] Implement 'llvm.get.fpenv' and 'llvm.set.fpenv' (#83906)Joseph Huber1-0/+3