Merge pull request #3185 from RosettaCommons/roccomoretti/fixClangSAparsing
Fix breakage in ClangSA test parsing.
Python3.6 requires that a file be opened in binary mode (where Python2.7 was fine with text mode). Update this so the clang_analysis test no longer fails. Also, add additional checks such that such parsing errors show up in the log.