1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/DebugInfo/DWARF
James Henderson 15bbb802e9 Fix signed/unsigned comparison warning and print format
The print format was causing at least 2 unit-test failures from r331971.

The signed/unsigned comparison warnings only appeared to affect two lines but
it was unclear whether it might just pop up on other lines, so I have been
explicit in all the literals in the tests.

There were other bot unit-test failures that I am still investigating.

llvm-svn: 331978
2018-05-10 12:15:43 +00:00
..
CMakeLists.txt [Support] Move syntax highlighting into support 2018-03-09 09:56:24 +00:00
DWARFAbbreviationDeclaration.cpp [dwarf] Unify unknown dwarf enum formatting code 2018-03-21 11:46:37 +00:00
DWARFAcceleratorTable.cpp Revert "DWARFVerifier: Check "completeness" of .debug_names section" 2018-05-09 12:26:19 +00:00
DWARFAddressRange.cpp [DWARF v5] Support for verbose dumping of .debug_rnglist entries 2018-03-08 20:52:35 +00:00
DWARFCompileUnit.cpp
DWARFContext.cpp [DWARF] Rework debug line parsing to use llvm::Error and callbacks 2018-05-10 10:51:33 +00:00
DWARFDataExtractor.cpp Reland "[DebugInfo] Support DWARF expressions in eh_frame" 2018-03-08 00:46:53 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAranges.cpp [DebugInfo] Change std::sort to llvm::sort in response to r327219 2018-04-01 16:18:49 +00:00
DWARFDebugArangeSet.cpp
DWARFDebugFrame.cpp [DebugInfo] Accept S in augmentation strings in CIE. 2018-05-08 06:21:12 +00:00
DWARFDebugInfoEntry.cpp
DWARFDebugLine.cpp Fix signed/unsigned comparison warning and print format 2018-05-10 12:15:43 +00:00
DWARFDebugLoc.cpp [DebugInfo] Use WithColor to print errors/warnings 2018-04-14 22:07:23 +00:00
DWARFDebugMacro.cpp [Support] Move syntax highlighting into support 2018-03-09 09:56:24 +00:00
DWARFDebugPubTable.cpp
DWARFDebugRangeList.cpp
DWARFDebugRnglists.cpp [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_AT_ranges 2018-04-05 21:01:49 +00:00
DWARFDie.cpp [DebugInfo] Prevent infinite recursion for malformed DWARF 2018-04-30 17:02:41 +00:00
DWARFExpression.cpp Reland "[DebugInfo] Support DWARF expressions in eh_frame" 2018-03-08 00:46:53 +00:00
DWARFFormValue.cpp DWARF: Unify form size handling code 2018-03-14 09:39:54 +00:00
DWARFGdbIndex.cpp
DWARFTypeUnit.cpp Handle abbr_offset with relocations. 2018-03-21 21:31:25 +00:00
DWARFUnit.cpp llvm-symbolizer: Handle function definitions nested within other functions 2018-05-01 18:08:45 +00:00
DWARFUnitIndex.cpp
DWARFVerifier.cpp Revert "DWARFVerifier: Check "completeness" of .debug_names section" 2018-05-09 12:26:19 +00:00
LLVMBuild.txt