aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorjimingham <jingham@apple.com>2025-01-13 10:08:50 -0800
committerGitHub <noreply@github.com>2025-01-13 10:08:50 -0800
commit7c165f7fccfd40ae3bc2823d0ccd50257c21ab3e (patch)
tree69f6169de05a9a5d84fd888234cd4515fefc3700 /clang/lib/CodeGen/CodeGenFunction.cpp
parent409ca49feb6659e279358f77b393f7955fb1bbda (diff)
downloadllvm-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