| 81 | QString tool() const; |
| 82 | |
| 83 | int getMainLocIndex() const { |
| 84 | return isClangResult() ? 0 : errorPath.size() - 1; |
| 85 | } |
| 86 | |
| 87 | QString getFile() const { |
| 88 | return errorPath.isEmpty() ? QString() : errorPath[getMainLocIndex()].file; |
no test coverage detected