0.8.0
- Implemented mutators for (almost) all C++ expressions #577
- Print total execution time (regression) #741
- Allow combined include-path + exclude-path (by Joakim Nohlgård) #747
- Fix a possible infinite loop in SourceManager (by Evan Lojewski) #748
- Add CppUTest support (by Oskari Mantere) #750
- Fix ppc64le builds (by Evan Lojewski) #751
- Added
-ld-preloadcommand line option (by Joakim Nohlgård) #756 - Compilation database speedup (by Joakim Nohlgård) #760
- LLVM 10 Support #761
- LLVM 3.9, 4.0, and 5.0 no longer supported #762
- Add command line option to configure timeout per test run #772
- All the changes