Skip to content

Releases: emilydolson/force-cover

Version 4.0: Clang 18 Compatability

24 Jul 21:29
194ab91

Choose a tag to compare

This is a fairly minor update to the Makefile to add a new linker dependency necessary for compilation with Clang 18+.

Version 3.0 (llvm 14)

25 May 04:27
d0e705c

Choose a tag to compare

This is a breaking change necessary for compatibility with llvm 14 (at the expense of compatibility with llvm 10 - not sure about version in between). It was necessary due to the change making this constructor protected: https://github.com/llvm/llvm-project/blob/e59f648d698efe58b96e9b6224449b2b8cfa872a/clang/include/clang/Tooling/CommonOptionsParser.h#L76, which was discussed here: https://reviews.llvm.org/D94420.

Version 2.0

23 Jun 20:33
d90bfd2

Choose a tag to compare

This version is compatible with llvm toolchain version 7 and later.

Last version that works with llvm 6

23 Jun 18:42
fa52e31

Choose a tag to compare

Merge pull request #6 from mmore500/patch-1

Pin Singularity image to Ubuntu 18.04

Version 1.0

17 Jun 19:54

Choose a tag to compare

First feature-complete release!