aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-04-18[OpenACC] Implement 'vector_length' clause On compute constructsErich Keane17-12/+328
2024-04-18[Clang] Emit DW_TAG_template_alias for template aliases (#87623)Orlando Cazalet-Hyams11-47/+260
2024-04-18[OpenACC] Implement 'num_workers' clause for compute constructs (#89151)Erich Keane18-27/+746
2024-04-18Stop double-diagnosing explicit convert operator in switch condition (#89142)Erich Keane4-5/+33
2024-04-18[InstallAPI][Tests] Update tests to be resilient to reversion iteration confi...Cyndy Ishida2-3/+3
2024-04-18[lldb][test] Remove LLDB_TEST_USE_VENDOR_PACKAGES (#89260)Jordan Rupprecht1-1/+0
2024-04-18[InstallAPI] Add support for aliased exports (#88750)Cyndy Ishida10-8/+526
2024-04-18[clang] fix -Wnullability-completeness false-positive in dependent code (#88727)Sam McCall2-1/+6
2024-04-18[AIX][NFC] Enable response-file-errs.cJake Egan1-3/+0
2024-04-18XFAIL clang/Driver/test/compress.c on AIX (#87269)azhan921-0/+2
2024-04-18[clang][AIX] set OpenMP include path (#88545)Jake Egan3-1/+50
2024-04-18[clang] Fix a "!CodeSynthesisContexts.empty()" assertion failure when constru...Haojian Wu2-0/+15
2024-04-18[Clang][Sema] Warn when 'exclude_from_explicit_instantiation' attribute is us...Krystian Stasiowski4-0/+88
2024-04-18[clang][Interp] Finish initializing structs from CompoundLiteralExprsTimm Bäder2-3/+15
2024-04-18Revert "[FMV] Remove useless features according the latest ACLE spec." (#89184)David Spickett10-280/+279
2024-04-18[docs] [C++20] [Modules] Mentioning Module InitializerChuanqi Xu1-0/+24
2024-04-18[clang] Remove unused lambda capture (NFC)Jie Fu1-1/+1
2024-04-18[C++20] [Modules] [Reduced BMI] Don't eagerly write static entities inChuanqi Xu2-2/+37
2024-04-18[X86][test] Added extra cet tests, NFC (#88736)Isha Agarwal1-2/+9
2024-04-18Revert "[clang][dataflow] Refactor `PropagateResultObject()` with a switch st...martinboehme1-50/+36
2024-04-18[clang][dataflow] Refactor `PropagateResultObject()` with a switch statement....martinboehme1-36/+50
2024-04-18[C++20] [Modules] [Reduced BMI] Write Special Decl LazilyChuanqi Xu3-35/+98
2024-04-18[NFC] [Serialization] Extract logics to write special decls fromChuanqi Xu2-152/+210
2024-04-18Fix the double space and double attribute printing of the final keyword. (#88...Vassil Vassilev5-27/+57
2024-04-18[clang][Interp] Load result of pre-inc/dec operation if necessaryTimm Bäder2-16/+38
2024-04-18[clang][Interp] Skip unnamed bit fields in initializersTimm Bäder3-0/+23
2024-04-18[clang][NFC] Fix FieldDecl::isUnnamedBitfield() capitalization (#89048)Timm Baeder26-68/+71
2024-04-18[C++20] [Modules] Avoid writing untouched DeclUpdates from GMF inChuanqi Xu9-26/+231
2024-04-17[clang-format] Annotate ampamp after new/delete as BinaryOperator (#89033)Owen Pan2-0/+12
2024-04-17[clang-format] Revert breaking stream operators to previous default (#89016)Owen Pan3-21/+3
2024-04-17[CUDA][HIP] Fix record layout on Windows (#87651)Yaxun (Sam) Liu2-0/+205
2024-04-18[Clang][Sema] set declaration invalid earlier to prevent crash in calculating...Qizhi Hu5-0/+26
2024-04-17[clang]Treat arguments to builtin type traits as template type arguments (#87...Amirreza Ashouri4-11/+20
2024-04-17[FMV] Remove useless features according the latest ACLE spec. (#88965)Alexandros Lamprineas10-279/+280
2024-04-17[Clang][Parse] Diagnose requires expressions with explicit object parameters ...Krystian Stasiowski4-1/+25
2024-04-17Revert "[Clang][AArch64] Warn when calling non/streaming about vector size di...Dinar Temirbulatov6-184/+5
2024-04-17[clang][NFC] Refactor `Sema::RedeclarationKind`Vlad Serebrennikov13-88/+118
2024-04-17[NFC] Clean dead code in ParsedAttr.h (#89064)yronglin1-6/+1
2024-04-17[C99] Remove WG14 N522 from the C status pageAaron Ballman1-5/+0
2024-04-17[analyzer] Use explicit call description mode in iterator checkers (#88913)NagyDonat6-48/+80
2024-04-17[clang][NFC] Refactor `Sema::CheckedConversionKind`Vlad Serebrennikov8-104/+119
2024-04-17Revert "[Clang][Sema] placement new initializes typedef array with correct si...Mikhail Goncharov3-34/+1
2024-04-17Revert "[Clang][Sema] placement new initializes typedef array with correct si...Mikhail Goncharov1-2/+2
2024-04-17Revert "Fix test from #83124 and #88902"Mikhail Goncharov1-4/+1
2024-04-17[RISCV] Support Zama16b1p0 (#88474)Jesse Huang1-0/+7
2024-04-17[clang][NFC] Move `Sema::SkipBodyInfo` into namespace scopeVlad Serebrennikov6-15/+15
2024-04-17[clang][dataflow] Treat `BuiltinBitCastExpr` correctly in `PropagateResultObj...martinboehme2-1/+31
2024-04-17[clang][dataflow] Support `StmtExpr` in `PropagateResultObject()`. (#88872)martinboehme2-0/+31
2024-04-17[analyzer] Harden security.cert.env.InvalidPtr checker fn matchingBalazs Benics1-10/+15
2024-04-17[analyzer] Fix a security.cert.env.InvalidPtr crashBalazs Benics3-1/+17