aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-06-17[Driver][Fuchsia] Support multilib for C++ include dir (#95815)Petr Hosek24-7/+24
2024-06-17[Clang] Introduce `CXXTypeidExpr::hasNullCheck` (#95718)Mital Ashok12-75/+111
2024-06-17[NFC] Refactor `[[nodiscard]]` test to not use macros and run under `-pedanti...Mital Ashok1-35/+27
2024-06-17[Clang] Disallow non-lvalue values in constant expressions to prevent invalid...Oleksandr T3-0/+12
2024-06-17 [DebugInfo] Change handling of structured bindings of bitfields (#94632)John Brawn3-108/+122
2024-06-17[clang][analyzer] use unqualified canonical type during merging equivalence c...Congcong Cai3-1/+42
2024-06-17[clang][Interp] Implement Complex-complex multiplication (#94891)Timm Baeder6-59/+201
2024-06-17[flang] Add -mlink-builtin-bitcode option to fc1 (#94763)Jan Leyonberg1-3/+6
2024-06-17[clang][CodeGen] Fix EmitInvariantStart for non-zero addrspace (#94346)Bruno De Fraine2-1/+8
2024-06-17[clang][CodeGen] Return RValue from `EmitVAArg` (#94635)Mariya Podchishchaeva36-281/+283
2024-06-17[clang][AArch64] Add validation for Global Register Variable. (#94271)Daniel Kiss4-0/+31
2024-06-17[C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dyn...Chuanqi Xu15-24/+183
2024-06-17[clang-format] Handle Verilog delay control (#95703)sstwcw2-1/+11
2024-06-16[clang-format][NFC] Suppress diagnostic noise in GetStyleOfFile testOwen Pan1-5/+8
2024-06-17[clang][NFC] Update C++ DR issues listVlad Serebrennikov1-9/+33
2024-06-16[clang-format] Add DiagHandler parameter to format::getStyle() (#91317)pointhex3-12/+41
2024-06-16[clang-format] Handle AttributeMacro before access modifiers (#95634)Owen Pan5-19/+41
2024-06-16[Clang][AArch64] Generalise streaming mode checks for builtins. (#93802)Sander de Smalen13-899/+983
2024-06-16[Clang] Instantiate local constexpr functions eagerly (#95660)Younan Zhang3-6/+32
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth19-46/+47
2024-06-16Cleanup MC/DC intrinsics for #82448 (#95496)NAKAMURA Takumi2-3/+2
2024-06-15[Clang][Driver] Expose `-fno-eliminate-unused-debug-types` to clang-cl (#95259)Alexandre Ganea3-1/+6
2024-06-15[clang][modules] HeaderSearch::MarkFileModuleHeader sets textual headers' Hea...Ian Anderson3-4/+81
2024-06-15[clang][Interp] Support ExtVectorElementExprsTimm Bäder4-0/+72
2024-06-15[clang][Interp][NFC] Handle AddressSpaceConversion castsTimm Bäder1-0/+1
2024-06-15[Debug Info] Fix debug info ptr to ptr test (#95637)William Junda Huang1-14/+14
2024-06-15[clang][Interp] Fix checking null pointers for initializationTimm Bäder2-1/+16
2024-06-15[clang][Interp][test] Move explicit object parameter test to cxx23.cppTimm Bäder2-11/+11
2024-06-15[clang][Interp] Fix calling lambdas with explicit instance pointers...Timm Bäder3-0/+22
2024-06-15(New) Add option to generate additional debug info for expression dereferenci...William Junda Huang4-1/+183
2024-06-14[clang-format] Don't over-indent comment below unbraced body (#95354)Owen Pan3-0/+38
2024-06-15[clang][Interp] Use different inline descriptors for global variablesTimm Bäder8-53/+102
2024-06-14[llvm][AArch64] Support -mcpu=apple-m4 (#95478)Jon Roelofs1-2/+2
2024-06-14[Clang][NFC] Avoid opening namespace std (#95470)Nikolas Klauser4-14/+5
2024-06-14[InstallAPI] Pick up input headers by directory traversal (#94508)Cyndy Ishida19-24/+703
2024-06-14[clang-interp] Use -fno-sized-deallocation in two tests (#95546)Nico Weber2-3/+6
2024-06-14Check whether EvaluatedStmt::Value is valid in VarDecl::hasInit (#94515)Akira Hatanaka1-4/+5
2024-06-14[HLSL] Use hlsl vector template in type printer (#95489)Chris B16-126/+149
2024-06-14Make diagnostic pragma override -Werror=foo and DefaultError warningsFangrui Song7-9/+56
2024-06-14[clang][HeaderSearch] Fix handling of relative file-paths in suggestPathToFil...kadir çetinkaya2-0/+17
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer42-2954/+2953
2024-06-14Fix silent truncation of inline ASM `srcloc` cookie when going through a `Dia...beetrees3-3/+3
2024-06-14[include-cleaner] Pass WorkingDir to suggestPathToFileForDiagnostics (#95114)kadir çetinkaya2-0/+7
2024-06-14[AArch64] Extend SVE diagnostics. (#94976)Harald van Dijk6-19/+33
2024-06-14Reapply: [MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)NAKAMURA Takumi20-216/+424
2024-06-14[libclang/python] Fix bugs in custom enum implementation and add tests (#95381)Jannick Kremer3-4/+59
2024-06-14[clang-cl] Support the /Ob3 flagHans Wennborg4-0/+6
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-4/+4
2024-06-14Revert "[MC/DC][Coverage] Loosen the limit of NumConds from 6 (#82448)"Hans Wennborg20-424/+216
2024-06-14[APFloat] Add APFloat support for FP4 data type (#95392)Durgadoss R1-0/+1