diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-16 00:12:34 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-02-16 00:12:34 +0000 |
| commit | 7386ceac7453d1839bf6c89ec5d6b989b3818520 (patch) | |
| tree | 33cb1e5e97d121ed5f4f4a1bdf3c22c19011d469 /clang/lib/Sema/SemaDecl.cpp | |
| parent | a468601e0eadd6b4cc5d56e5aa729320a296fa46 (diff) | |
| download | bcm5719-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

