cling/tools/plugins
Vassil Vassilev a7d40e8237 Bump clad version to v0.6.
The new release includes some improvements in Reverse mode:
  * Reduce the quadratic cloning complexity to linear.
  * Support variable reassignments pontentially depending on control flow.
  * Support operators `+=`, `-=`, `*=`, `/=`, `,`, `++`, `--`.
  * Allow assignments to array subscripts.
  * Support nested assignments in expressions `a = b * ((c ? d : e) = f = g);`
  * Enable differentiation of for-loops

See more at: https://github.com/vgvassilev/clad/blob/v0.6/docs/ReleaseNotes.md

This patch enables us to upgrade to llvm9. Clad supports from clang5 to clang9.
2020-04-03 11:29:05 +02:00
..
clad Bump clad version to v0.6. 2020-04-03 11:29:05 +02:00
example Add missing dependency. 2019-03-17 08:15:02 +01:00
CMakeLists.txt Implement clang plugin support. 2018-07-28 13:17:44 +02:00