llvm-project/llvm/lib/DebugInfo/GSYM
Reid Kleckner 22d41ba024 Fix -Wsign-compare warning with clang-cl
off_t apparently is just "long" on Win64, which is 32-bits, and
therefore not long enough to compare with UINT32_MAX. Use auto to follow
the surrounding code. uint64_t would also be fine.
2019-10-30 15:20:43 -07:00
..
CMakeLists.txt Add GsymCreator and GsymReader. 2019-10-10 17:10:11 +00:00
FileWriter.cpp Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00
FunctionInfo.cpp Fix -Wsign-compare warning with clang-cl 2019-10-30 15:20:43 -07:00
GsymCreator.cpp Fix Windows build after r374381 2019-10-10 18:20:16 +00:00
GsymReader.cpp Fix Windows build after r374381 2019-10-10 18:20:16 +00:00
Header.cpp Add GsymCreator and GsymReader. 2019-10-10 17:10:11 +00:00
InlineInfo.cpp [GSYM][NFC] Fixed -Wdocumentation warning 2019-09-05 21:09:58 +00:00
LLVMBuild.txt Fix build by adding the missing dependency. 2019-10-10 18:04:52 +00:00
LineTable.cpp Add a LineTable class to GSYM and test it. 2019-09-11 20:51:03 +00:00
Range.cpp Add encode and decode methods to InlineInfo and document encoding format to the GSYM file format. 2019-09-04 17:32:51 +00:00