Releases: oclint/oclint
Releases · oclint/oclint
22.02
21.10
21.05
21.03
20.11
20.10
- Based on LLVM 11.0.0 @ryuichis
- HTML report enhancement @kronenthaler
- Python3 enhancement @mbitsnbites & @marcelotrevisani
- Preliminary CUDA support @ryuichis
- Fix custom rule generation @ryuichis
0.15
0.14
0.13.1
Bug Fixes:
- Fix segment fault on methods without
CompoundStmt
@UnrealQuester - Escape a few punctuations in PMD XML violation messages @mwitaszekdmi
- Fix out of bounds write in XMLReporter @UnrealQuester
Rule Improvements:
- Cut long variable name to shorten output @vinyldarkscratch
Dev updates:
- Enable multithreading for all processes @vinyldarkscratch
- Fix cpp header install dir @goxberry
- Updated countly version @Hinterwaeldlers
- Binaries are based on llvm/clang 5.0.1 @ryuichis
0.13
Improvements:
- Compiler errors and warnings are reported by PMD reporter @Uranium-92
- Support more options by .oclint file @vinyldarkscratch
Bug Fixes:
- Correct false/postive in MissingBreakStatement @Hinterwaeldlers
- Exit non-zero code when compilation throws errors @ryuichis
Dev Updates: