File tree
Expand file treeCollapse file tree
8 files changed
+42
-47
lines changedFilter options
- clang
- include/clang/StaticAnalyzer/Core/PathSensitive
- lib/StaticAnalyzer
- Checkers
- RetainCountChecker
- cert
- Core
Expand file treeCollapse file tree
8 files changed
+42
-47
lines changedclang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
Copy file name to clipboardExpand all lines: clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
52 |
| - |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| ||
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
212 | 218 |
|
213 | 219 |
|
214 | 220 |
|
|
clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp+11-21Lines changed: 11 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1514 | 1514 |
|
1515 | 1515 |
|
1516 | 1516 |
|
1517 |
| - |
1518 |
| - |
| 1517 | + |
1519 | 1518 |
|
1520 | 1519 |
|
1521 | 1520 |
|
| ||
1665 | 1664 |
|
1666 | 1665 |
|
1667 | 1666 |
|
1668 |
| - |
1669 |
| - |
| 1667 | + |
1670 | 1668 |
|
1671 | 1669 |
|
1672 | 1670 |
|
| ||
1769 | 1767 |
|
1770 | 1768 |
|
1771 | 1769 |
|
1772 |
| - |
1773 |
| - |
| 1770 | + |
1774 | 1771 |
|
1775 | 1772 |
|
1776 | 1773 |
|
| ||
1793 | 1790 |
|
1794 | 1791 |
|
1795 | 1792 |
|
1796 |
| - |
1797 |
| - |
| 1793 | + |
1798 | 1794 |
|
1799 | 1795 |
|
1800 | 1796 |
|
| ||
2261 | 2257 |
|
2262 | 2258 |
|
2263 | 2259 |
|
2264 |
| - |
2265 |
| - |
| 2260 | + |
2266 | 2261 |
|
2267 | 2262 |
|
2268 | 2263 |
|
| ||
2361 | 2356 |
|
2362 | 2357 |
|
2363 | 2358 |
|
2364 |
| - |
2365 |
| - |
| 2359 | + |
2366 | 2360 |
|
2367 | 2361 |
|
2368 | 2362 |
|
| ||
2467 | 2461 |
|
2468 | 2462 |
|
2469 | 2463 |
|
2470 |
| - |
2471 |
| - |
2472 |
| - |
2473 |
| - |
2474 |
| - |
| 2464 | + |
| 2465 | + |
| 2466 | + |
2475 | 2467 |
|
2476 | 2468 |
|
2477 | 2469 |
|
2478 |
| - |
2479 |
| - |
| 2470 | + |
2480 | 2471 |
|
2481 | 2472 |
|
2482 | 2473 |
|
| ||
2519 | 2510 |
|
2520 | 2511 |
|
2521 | 2512 |
|
2522 |
| - |
2523 |
| - |
| 2513 | + |
2524 | 2514 |
|
2525 | 2515 |
|
2526 | 2516 |
|
|
clang/lib/StaticAnalyzer/Checkers/ErrnoTesterChecker.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Checkers/ErrnoTesterChecker.cpp+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 |
| - |
134 |
| - |
| 133 | + |
135 | 134 |
|
136 | 135 |
|
137 | 136 |
|
|
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
931 | 931 |
|
932 | 932 |
|
933 | 933 |
|
934 |
| - |
935 |
| - |
| 934 | + |
936 | 935 |
|
937 | 936 |
|
938 | 937 |
|
|
clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
851 | 851 |
|
852 | 852 |
|
853 | 853 |
|
854 |
| - |
855 | 854 |
|
856 |
| - |
| 855 | + |
857 | 856 |
|
858 | 857 |
|
859 | 858 |
|
|
clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp+4-7Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
584 | 584 |
|
585 | 585 |
|
586 | 586 |
|
587 |
| - |
588 |
| - |
589 |
| - |
590 |
| - |
591 |
| - |
| 587 | + |
| 588 | + |
| 589 | + |
592 | 590 |
|
593 | 591 |
|
594 | 592 |
|
| ||
1481 | 1479 |
|
1482 | 1480 |
|
1483 | 1481 |
|
1484 |
| - |
1485 |
| - |
| 1482 | + |
1486 | 1483 |
|
1487 | 1484 |
|
1488 | 1485 |
|
|
clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 |
| - |
210 |
| - |
| 209 | + |
| 210 | + |
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
|
clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
Copy file name to clipboardExpand all lines: clang/lib/StaticAnalyzer/Core/SValBuilder.cpp+15-10Lines changed: 15 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
192 | 193 |
|
193 | 194 |
|
194 | 195 |
|
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
| 196 | + |
| 197 | + |
202 | 198 |
|
203 |
| - |
204 |
| - |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
205 | 205 |
|
206 |
| - |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
207 | 212 |
|
208 | 213 |
|
209 | 214 |
|
|
0 commit comments