[all-commits] [llvm/llvm-project] 7c165f: The _code field in an NSError is signed, not unsig...
jimingham via All-commits
all-commits at lists.llvm.org
Mon Jan 13 10:09:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e
https://github.com/llvm/llvm-project/commit/7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e
Author: jimingham <jingham at apple.com>
Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths:
M lldb/source/Plugins/Language/ObjC/NSError.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py
M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
Log Message:
-----------
The _code field in an NSError is signed, not unsigned. (#119764)
The NSError summary provider was fetching and printing the `_code` field
as an unsigned integer, but it's defined to be an NSInteger, which is
signed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list