| 87 | } |
| 88 | |
| 89 | void ThreadHandler::setupCheckThread(CheckThread &thread) const |
| 90 | { |
| 91 | thread.setAddonsAndTools(mCheckAddonsAndTools); |
| 92 | thread.setSuppressions(mSuppressionsUI); |
| 93 | thread.setClangIncludePaths(mClangIncludePaths); |
| 94 | thread.setSettings(mCheckSettings, mCheckSuppressions); |
| 95 | } |
| 96 | |
| 97 | void ThreadHandler::check(const Settings &settings, const std::shared_ptr<Suppressions>& supprs) |
| 98 | { |
nothing calls this directly
no test coverage detected