| 118 | } |
| 119 | |
| 120 | void CheckThread::analyseWholeProgram(const std::list<FileWithDetails> &files, const std::string& ctuInfo) |
| 121 | { |
| 122 | mFiles = files; |
| 123 | mAnalyseWholeProgram = true; |
| 124 | mCtuInfo = ctuInfo; |
| 125 | start(); |
| 126 | } |
| 127 | |
| 128 | void CheckThread::run() |
| 129 | { |
no outgoing calls
no test coverage detected