Skip to content

Releases: oclint/oclint

22.02

20 Feb 23:55
d776db5
Compare
Choose a tag to compare
  • Based on LLVM 13.0.1

21.10

26 Oct 15:56
6e33332
Compare
Choose a tag to compare
  • Based on LLVM 13.0.0

21.05

03 Jul 01:09
977e51a
Compare
Choose a tag to compare
  • Based on LLVM 12.0.0
  • Fix build on macOS 11.4

21.03

06 Mar 16:50
ec33c34
Compare
Choose a tag to compare
  • Documentation enhancement
  • Based on LLVM 11.1.0

20.11

15 Nov 01:29
dcb0135
Compare
Choose a tag to compare
  • Support for Linux on AArch64 architecture
  • Support for macOS Big Sur
  • Fix binary version

20.10

18 Oct 21:57
476b9c3
Compare
Choose a tag to compare

0.15

28 Oct 15:10
7c38909
Compare
Choose a tag to compare
  • Based on LLVM 9.0.0

0.14

17 May 00:23
20fe02a
Compare
Choose a tag to compare
  • Minor bug fixes
  • Based on LLVM 8.0.0

0.13.1

08 Feb 00:00
0d0e03a
Compare
Choose a tag to compare

Bug Fixes:

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

29 Sep 23:16
Compare
Choose a tag to compare

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: