1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/unittests/DebugInfo/DWARF
David Blaikie a9632b4cd8 PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23
C++23 will make these conversions ambiguous - so fix them to make the
codebase forward-compatible with C++23 (& a follow-up change I've made
will make this ambiguous/invalid even in <C++23 so we don't regress
this & it generally improves the code anyway)
2021-07-08 13:37:57 -07:00
..
CMakeLists.txt [DWARF] Fix crash for DWARFDie::dump. 2021-04-14 18:46:34 -07:00
DWARFAcceleratorTableTest.cpp [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
DWARFDataExtractorTest.cpp [Support] Make DataExtractor error messages more clear 2020-06-02 12:57:51 +02:00
DWARFDebugArangeSetTest.cpp [test][NFC] Do ptrdiff_t comparison with signed instead of unsigned constants 2020-10-18 12:38:41 -04:00
DWARFDebugFrameTest.cpp Implement DW_CFA_LLVM_* for Heterogeneous Debugging 2021-06-14 08:51:50 +05:30
DWARFDebugInfoTest.cpp [Test][DebugInfo] Check for backend object emission support. 2021-03-18 09:51:00 +00:00
DWARFDebugLineTest.cpp Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
DWARFDieManualExtractTest.cpp PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
DWARFDieTest.cpp [Test] Simplify DWARF test cases. NFC. 2020-08-31 14:03:48 +08:00
DWARFExpressionCompactPrinterTest.cpp [llvm-objdump] Add entry_value and stack_value opcodes 2020-07-14 10:24:59 +01:00
DWARFFormValueTest.cpp Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
DwarfGenerator.cpp [MC] Refactor MCObjectFileInfo initialization and allow targets to create MCObjectFileInfo 2021-05-23 14:15:23 -07:00
DwarfGenerator.h [DebugInfo] Clean up DIEUnit. NFC. 2020-08-07 15:55:44 +07:00
DWARFListTableTest.cpp [llvm] [dwarf] Fix DWARFListTableHeader::getOffsetEntry off-by-one 2021-03-14 21:42:44 +01:00
DWARFLocationExpressionTest.cpp
DwarfUtils.cpp [Test][DebugInfo] Check for backend object emission support. 2021-03-18 09:51:00 +00:00
DwarfUtils.h [Test][DebugInfo] Check for backend object emission support. 2021-03-18 09:51:00 +00:00