Commit bb06df0
committed
Handle combined warnings and errors pattern in clang-tidy output
macOS clang-tidy can output '148 warnings and 1 error generated.'
when both warnings (from system headers) and errors (from test file)
occur. Filter out the warnings part while preserving the error count.1 parent 53e9046 commit bb06df0
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
468 | 470 | | |
469 | | - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
470 | 476 | | |
471 | 477 | | |
472 | 478 | | |
| |||
0 commit comments