File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ long long multiply()
43
43
44
44
## See also
45
45
46
- [ 26451 ] ( c26451.md ) \
47
- [ 26452 ] ( c26452.md ) \
48
- [ 26453 ] ( c26453.md ) \
49
- [ 26454 ] ( c26454.md ) \
46
+ [ C26451 ] ( c26451.md ) \
47
+ [ C26452 ] ( c26452.md ) \
48
+ [ C26453 ] ( c26453.md ) \
49
+ [ C26454 ] ( c26454.md ) \
50
50
[ ES.103: Don't overflow] ( https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-overflow )
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ void leftshift(int i) noexcept
45
45
46
46
## See also
47
47
48
- [ 26450 ] ( c26450.md ) \
49
- [ 26452 ] ( c26452.md ) \
50
- [ 26453 ] ( c26453.md ) \
51
- [ 26454 ] ( c26454.md ) \
48
+ [ C26450 ] ( c26450.md ) \
49
+ [ C26452 ] ( c26452.md ) \
50
+ [ C26453 ] ( c26453.md ) \
51
+ [ C26454 ] ( c26454.md ) \
52
52
[ ES.103: Don't overflow] ( https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Res-overflow )
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ unsigned long long combine(unsigned lo, unsigned hi)
37
37
38
38
## See also
39
39
40
- [ 26450 ] ( c26450.md ) \
41
- [ 26451 ] ( c26451.md ) \
42
- [ 26453 ] ( c26453.md ) \
43
- [ 26454 ] ( c26454.md ) \
40
+ [ C26450 ] ( c26450.md ) \
41
+ [ C26451 ] ( c26451.md ) \
42
+ [ C26453 ] ( c26453.md ) \
43
+ [ C26454 ] ( c26454.md ) \
44
44
[ ES.101: Use unsigned types for bit manipulation] ( https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-unsigned ) \
45
45
[ ES.102: Use signed types for arithmetic] ( https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-signed )
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ void leftshift(int shiftCount)
39
39
40
40
## See also
41
41
42
- [ 26450 ] ( c26450.md ) \
43
- [ 26451 ] ( c26451.md ) \
44
- [ 26452 ] ( c26452.md ) \
45
- [ 26454 ] ( c26454.md ) \
42
+ [ C26450 ] ( c26450.md ) \
43
+ [ C26451 ] ( c26451.md ) \
44
+ [ C26452 ] ( c26452.md ) \
45
+ [ C26454 ] ( c26454.md ) \
46
46
[ ES.101: Use unsigned types for bit manipulation] ( https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-unsigned ) \
47
47
[ ES.102: Use signed types for arithmetic] ( https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-signed )
Original file line number Diff line number Diff line change 1
1
---
2
- description : " Learn more about: Arithmetic overflow: 'operator' operation produces a negative unsigned result at compile time"
3
2
title : Warning C26454
3
+ description : " Learn more about: Arithmetic overflow: 'operator' operation produces a negative unsigned result at compile time"
4
4
ms.date : 01/08/2017
5
5
f1_keywords : ["C26454", "RESULT_OF_ARITHMETIC_OPERATION_NEGATIVE_UNSIGNED"]
6
6
helpviewer_keywords : ["C26454"]
@@ -37,8 +37,8 @@ unsigned int negativeunsigned()
37
37
38
38
## See also
39
39
40
- [ 26450 ] ( c26450.md ) \
41
- [ 26451 ] ( c26451.md ) \
42
- [ 26452 ] ( c26452.md ) \
43
- [ 26453 ] ( c26453.md ) \
40
+ [ C26450 ] ( c26450.md ) \
41
+ [ C26451 ] ( c26451.md ) \
42
+ [ C26452 ] ( c26452.md ) \
43
+ [ C26453 ] ( c26453.md ) \
44
44
[ ES.106: Don't try to avoid negative values by using unsigned] ( https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-nonnegative )
You can’t perform that action at this time.
0 commit comments