Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

Fix clang unit test for warnings without flags #528

Closed gamesh411 closed 5 years ago

gamesh411 commented 5 years ago

One of the warnings emitted by the ASTImporter was not accounted for in the count.

martong commented 5 years ago

run tests

martong commented 5 years ago

LGTM. But CI fails for some mysterious reasons.

martong commented 5 years ago

run tests

martong commented 5 years ago

Sometimes the CodeChecker server process gets hanged and that caused that we could not retrieve the results from it after analyzing tmux. The solution in these cases is to kill the server process and run the job again which will start a new process.