summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-02-16 00:12:34 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-02-16 00:12:34 +0000
commit7386ceac7453d1839bf6c89ec5d6b989b3818520 (patch)
tree33cb1e5e97d121ed5f4f4a1bdf3c22c19011d469 /clang/lib/Sema/SemaDecl.cpp
parenta468601e0eadd6b4cc5d56e5aa729320a296fa46 (diff)
downloadbcm5719-llvm-7386ceac7453d1839bf6c89ec5d6b989b3818520.tar.gz
bcm5719-llvm-7386ceac7453d1839bf6c89ec5d6b989b3818520.zip
Addends should always be signed.
In the target dependent code we already always return a int64_t. In the target independent code we carefully use uintX_t, which has the same result given 2 complement rules. This just simplifies the code to use int64_t everywhere. llvm-svn: 295263
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud