@@ -593,7 +593,7 @@ llvm::Expected<size_t> lldb_private::formatters::
593593 (idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors ()))
594594 return llvm::createStringError (
595595 " 'SyntheticChildrenFrontEnd::NSDictionaryISyntheticFrontEnd' cannot "
596- " find index of child '%s'. (idx='%d ')" ,
596+ " find index of child '%s'. (idx='" PRIu32 " ')" ,
597597 name.AsCString (), idx);
598598 return idx;
599599}
@@ -730,7 +730,7 @@ llvm::Expected<size_t> lldb_private::formatters::
730730 (idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors ()))
731731 return llvm::createStringError (
732732 " 'SyntheticChildrenFrontEnd::NSCFDictionarySyntheticFrontEnd' cannot "
733- " find index of child '%s'. (idx='%d ')" ,
733+ " find index of child '%s'. (idx='" PRIu32 " ')" ,
734734 name.AsCString (), idx);
735735 return idx;
736736}
@@ -866,7 +866,7 @@ lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::
866866 (idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors ()))
867867 return llvm::createStringError (
868868 " 'SyntheticChildrenFrontEnd::NSConstantDictionarySyntheticFrontEnd' "
869- " cannot find index of child '%s'. (idx='%d ')" ,
869+ " cannot find index of child '%s'. (idx='" PRIu32 " ')" ,
870870 name.AsCString (), idx);
871871 return idx;
872872}
@@ -1072,7 +1072,7 @@ lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd<
10721072 (idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors ()))
10731073 return llvm::createStringError (
10741074 " 'SyntheticChildrenFrontEnd::GenericNSDictionaryMSyntheticFrontEnd' "
1075- " cannot find index of child '%s'. (idx='%d ')" ,
1075+ " cannot find index of child '%s'. (idx='" PRIu32 " ')" ,
10761076 name.AsCString (), idx);
10771077 return idx;
10781078}
@@ -1233,7 +1233,7 @@ llvm::Expected<size_t> lldb_private::formatters::Foundation1100::
12331233 (idx < UINT32_MAX && idx >= CalculateNumChildrenIgnoringErrors ()))
12341234 return llvm::createStringError (
12351235 " 'SyntheticChildrenFrontEnd::NSDictionaryMSyntheticFrontEnd' cannot "
1236- " find index of child '%s'. (idx='%d ')" ,
1236+ " find index of child '%s'. (idx='" PRIu32 " ')" ,
12371237 name.AsCString (), idx);
12381238 return idx;
12391239}
0 commit comments