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 assertions on bitcoin #562

Closed dkrupp closed 5 years ago

martong commented 5 years ago

André had assertions because he used a different config and version than what we use in the CI. There are no assertions when we do not build the wallet and we use the version v0.16.0. Of course, in the future, it may be a good direction to build the wallet and catch those assertions.