Commit 6b4e12c
[Clang-tidy][NFC] Fix potential constant overflow (llvm#162647)
This is a find from static analysis tool complaining about potential
constant overflow for `Index`.1 parent 91c6f39 commit 6b4e12c
File tree
1 file changed
+5
-2
lines changed- clang-tools-extra/clang-tidy/objc
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments