aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-08-03[clang][Darwin] Always set the default C++ Standard Library to libc++Louis Dionne3-16/+8
2022-08-03Revert "[Clang][C++20] Support capturing structured bindings in lambdas"Corentin Jabot40-539/+160
2022-08-03Error instead of assert when making a _BitInt vectorAaron Ballman3-1/+6
2022-08-03[Clang][C++20] Support capturing structured bindings in lambdasCorentin Jabot40-160/+539
2022-08-03[analyzer] Fix for the crash in #56873isuckatcs2-0/+29
2022-08-03[clang] Add FileEntryRef::getNameAsRequested()Ben Langmuir4-13/+54
2022-08-03Fix assert during the call to getCanonicalDecl.Jennifer Yu2-0/+10
2022-08-03[clang][dataflow] Add cache of `ControlFlowContext`s for function decls.Yitzhak Mandelbaum7-19/+76
2022-08-03Fix char8_t in C mode regression from fb65b179Erich Keane1-1/+2
2022-08-03[NFCI] Refactor how KeywordStatus is calculatedErich Keane3-73/+132
2022-08-03[SystemZ] Make 128 bit integers be aligned to 8 bytes.Jonas Paulsson7-3/+23
2022-08-03[clang][NFC] Try to fix the docs buildTimm Bäder1-1/+1
2022-08-03[clang] Short-circuit trivial constructors when evaluating arraysTimm Bäder2-13/+26
2022-08-03[clang][dataflow] Rename member to make it clear that it isn't stableStanislav Gatev3-9/+8
2022-08-03[clang][dataflow] Make the type of the post visit callback consistentStanislav Gatev5-17/+17
2022-08-02CommandLine: add and use cl::SubCommand::get{All,TopLevel}Nicolai Hähnle2-6/+6
2022-08-02[SemaCXX] Validate destructor is valid for dependent classesRoy Jacobson3-11/+29
2022-08-02[CodeGen][inlineasm] assume the flag output of inline asm is boolean valueYuanfang Chen2-0/+34
2022-08-02[RISCV][Clang] Support policy functions for Vector Mask Instructions.Zakk Chen11-44/+335
2022-08-02[RISCV][Clang] Support policy functions for Vector ReductionZakk Chen25-3/+1453
2022-08-02[RISCV][Clang] Support policy functions for Vector ComparisonZakk Chen25-2/+1300
2022-08-02[RISCV][Clang] Support policy functions for vmerge, vfmerge andZakk Chen9-24/+373
2022-08-02[RISCV][Clang] Support policy functions for vneg, vnot, vncvt, vwcvt,Zakk Chen13-180/+1155
2022-08-02[clang][OpenMP][DebugInfo] Mark OpenMP generated functions as artificialAlok Kumar Sharma2-1/+72
2022-08-02Revert "Missing tautological compare warnings due to unary operators"Aaron Ballman4-71/+27
2022-08-02[Driver] Remove Separate form for XRay optionsFangrui Song2-11/+7
2022-08-02Handles failing driver tests of clangPurva-Chaudhari2-0/+7
2022-08-02[C++20] [Modules] Handle initializer for Header UnitsChuanqi Xu3-8/+41
2022-08-02Revert "[C++20] [Modules] Handle initializer for Header Units"Chuanqi Xu3-41/+8
2022-08-01[Driver] Remove deprecated -fsanitize-coverage-{black,white}list=Fangrui Song2-9/+2
2022-08-01[docs] Regenerate clang/docs/ClangCommandLineReference.rstFangrui Song2-25/+58
2022-08-02[C++20] [Modules] Handle initializer for Header UnitsChuanqi Xu3-8/+41
2022-08-02[clang] Only run test on x86Alex Brachet1-1/+1
2022-08-01[clang] Only modify FileEntryRef names that are externally remappedBen Langmuir2-18/+6
2022-08-01[clang] Make test agnostic to file seperator characterAlex Brachet1-3/+3
2022-08-01[clang] Re-enable test after marking it XFAILAlex Brachet1-4/+3
2022-08-01[clang] Update code that assumes FileEntry::getName is absolute NFCBen Langmuir3-11/+38
2022-08-01[clang] Temporarily expect failure from testAlex Brachet1-0/+1
2022-08-01[clang] Don't create executable in testAlex Brachet1-3/+3
2022-08-01[clang] Fix build when targeting ps4Alex Brachet1-3/+3
2022-08-01[Driver] Re-run lld with --reproduce when it crashesAlex Brachet8-27/+145
2022-08-01[RISCV][Clang] Add tests for all supported policy functions. (NFC)Zakk Chen146-997/+26010
2022-08-01[RISCV][Clang] Support RVV policy functions.Zakk Chen22-449/+2923
2022-08-01Fixed a number of typosGabriel Ravier60-108/+103
2022-08-01[HLSL] CodeGen HLSL Resource annotationsChris Bieneman4-0/+65
2022-08-01OffloadBundler.cpp - fix Wdocumentation warnings. NFC.Simon Pilgrim1-2/+2
2022-08-01Add support for lowering simd if clause to LLVM IRDominik Adamski1-1/+3
2022-08-01[clang] Update Clang version from 15 to 16 in scan-build.1.Frederic Cambus1-2/+2
2022-08-01[C++2b] [Modules] Handle HaveModules with C++2bChuanqi Xu2-1/+8
2022-08-01[Clang] Remove unused parameter. NFCSerge Pavlov4-6/+6