diff options
author | jimingham <jingham@apple.com> | 2025-01-13 10:08:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 10:08:50 -0800 |
commit | 7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e (patch) | |
tree | 69f6169de05a9a5d84fd888234cd4515fefc3700 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 409ca49feb6659e279358f77b393f7955fb1bbda (diff) | |
download | llvm-7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e.zip llvm-7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e.tar.gz llvm-7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e.tar.bz2 |
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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions