only for the develop branch, can be used to check pull requests and to find bugs since it uses the clang static analyzer. Currently 20 issues found, mostly with variables not using their initialized values or dereferencing null pointers. Using clang instead of gcc since you'll see some different warnings than gcc, could be helpful heading off bugs.
Get output such as: https://travis-ci.org/maqifrnswa/bitshares/builds/60975082 (just sign in to travis with an id of someone in the bitshares org and set it up)
only for the develop branch, can be used to check pull requests and to find bugs since it uses the clang static analyzer. Currently 20 issues found, mostly with variables not using their initialized values or dereferencing null pointers. Using clang instead of gcc since you'll see some different warnings than gcc, could be helpful heading off bugs.