llvm-project/llvm/lib/DebugInfo/LogicalView/Core
Michał Górny 7292d051a9 [llvm-debuginfo-analyzer] Fix format string-type mismatch in LVScope
Fix mismatch between `%d`/`%x` format strings and `uint64_t` type.
This fixes incorrect printing of "Scope Sizes" on 32-bit platforms
where this leads to `llvm::print()` misreading vararg.

Fixes #58758

Differential Revision: https://reviews.llvm.org/D137400
2022-11-04 12:59:01 +01:00
..
LVCompare.cpp [llvm-debuginfo-analyzer] (07/09) - Compare elements 2022-10-24 08:27:06 +01:00
LVElement.cpp [llvm-debuginfo-analyzer] (08/09) - ELF Reader 2022-10-27 05:37:51 +01:00
LVLine.cpp [llvm-debuginfo-analyzer] (07/09) - Compare elements 2022-10-24 08:27:06 +01:00
LVLocation.cpp [llvm-debuginfo-analyzer] (08/09) - ELF Reader 2022-10-27 05:37:51 +01:00
LVObject.cpp [llvm-debuginfo-analyzer] (07/09) - Compare elements 2022-10-24 08:27:06 +01:00
LVOptions.cpp [llvm-debuginfo-analyzer] (05/09) - Select elements 2022-10-21 19:16:49 +01:00
LVRange.cpp [llvm-debuginfo-analyzer] (04/09) - Locations and ranges 2022-10-20 08:31:13 +01:00
LVReader.cpp [llvm-debuginfo-analyzer] (07/09) - Compare elements 2022-10-24 08:27:06 +01:00
LVScope.cpp [llvm-debuginfo-analyzer] Fix format string-type mismatch in LVScope 2022-11-04 12:59:01 +01:00
LVSort.cpp [llvm-debuginfo-analyzer] (04/09) - Locations and ranges 2022-10-20 08:31:13 +01:00
LVSupport.cpp [llvm-debuginfo-analyzer] (03/09) - Logical elements 2022-10-20 06:19:20 +01:00
LVSymbol.cpp [llvm-debuginfo-analyzer] (07/09) - Compare elements 2022-10-24 08:27:06 +01:00
LVType.cpp [llvm-debuginfo-analyzer] (07/09) - Compare elements 2022-10-24 08:27:06 +01:00