aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ObjectYAML
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-4/+4
2022-12-09[NFC] Update DXContainer tests to use fake partsChris Bieneman1-19/+19
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-4/+4
2022-07-12[llvm] Use has_value instead of hasValue (NFC)Kazu Hirata1-4/+4
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-8/+8
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-8/+8
2022-06-01[ObjectYAML][DX] Support yaml2dxcontainerChris Bieneman2-0/+110
2020-09-19Add -Wno-error=unknown flag to clang-format.Joachim Meyer1-0/+18
2020-08-13[DWARFYAML] Replace InitialLength with Format and Length. NFC.Xing GUO1-12/+6
2020-07-09[DWARFYAML][unittest] Refactor parseDWARFYAML().Xing GUO1-38/+30
2020-07-03[DWARFYAML][unittest] Use parseDWARFYAML() in unit test. NFC.Xing GUO1-6/+6
2020-07-03[DWARFYAML][debug_gnu_*] Add the missing context `IsGNUStyle`. NFC.Xing GUO1-0/+162
2020-06-29[ObjectYAML][DWARF] Collect diagnostic message when YAMLParser fails.Xing GUO2-0/+50
2020-05-28[VE] Implements minimum MC layer for VE (3/4)Kazushi (Jam) Marukawa2-0/+135
2019-10-31minidump: Add an "arm64" constantPavel Labath1-2/+2
2019-10-30minidump: Rename some architecture constantsPavel Labath1-2/+2
2019-10-18Update MinidumpYAML to use minidump::Exception for exception streamJoseph Tremoulet1-0/+197
2019-09-13[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar2-8/+54
2019-08-21MinidumpYAML: move serialization code to MinidumpEmitter.cppPavel Labath1-3/+4
2019-08-07[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2-0/+37
2019-08-06Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2-37/+0
2019-08-06[yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2-0/+37
2019-04-05Minidump: Add support for reading/writing stringsPavel Labath1-2/+0
2019-03-22[ObjectYAML] Add basic minidump generation supportPavel Labath2-0/+144
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola2-0/+46