This is a proposal to standardize a preference to use signed integer when possible. See inline diff for more info.
http://lists.llvm.org/pipermail/llvm-dev/2019-June/132890.html
Differential D63049
Coding Standard: Prefer `int` for regular arithmetic mehdi_amini on Jun 8 2019, 10:16 AM. Authored by
Details
This is a proposal to standardize a preference to use signed integer when possible. See inline diff for more info. http://lists.llvm.org/pipermail/llvm-dev/2019-June/132890.html
Diff Detail Event Timeline
|
I think I lost my elementary school algebra over the years. What I get is:
And with A = 2, B = 2, C = 3:
What am I missing here?