Commit 19c3713
File tree
3 files changed
+20
-4
lines changedFilter options
- clang-tools-extra
- clang-tidy/bugprone
- test/clang-tidy/checkers/bugprone
3 files changed
+20
-4
lines changedclang-tools-extra/clang-tidy/bugprone/NarrowingConversionsCheck.cpp
Copy file name to clipboardExpand all lines: clang-tools-extra/clang-tidy/bugprone/NarrowingConversionsCheck.cpp+12-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
554 | 554 |
|
555 | 555 |
|
556 | 556 |
|
557 |
| - |
558 |
| - |
559 |
| - |
560 |
| - |
| 557 | + |
| 558 | + |
561 | 559 |
|
562 | 560 |
|
563 | 561 |
|
564 | 562 |
|
565 | 563 |
|
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
566 | 574 |
|
567 | 575 |
|
568 | 576 |
|
|
clang-tools-extra/clang-tidy/bugprone/NarrowingConversionsCheck.h
Copy file name to clipboardExpand all lines: clang-tools-extra/clang-tidy/bugprone/NarrowingConversionsCheck.h+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
|
clang-tools-extra/test/clang-tidy/checkers/bugprone/narrowing-conversions-conditional-expressions.c
Copy file name to clipboard+6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
0 commit comments