Vassil Vassilev
Vassil Vassilev
cc: @sarabellei
This would allow us to avoid inclusion of Differentiator.h. We have several approaches: a compiler flag, a pragma directive or maybe even an APINote. Might simplify the work required in...
We need to check if clang allows extending the diagnostics tablegen and how to add the clad-specific diagnostics. That would allow us to use the `-W` flags to control the...
This requires making a pass over the differentiation plan before actually differentiation. That would be necessary for collecting properties about the differentiated functions such as how many return statements it...
The `clad::array` and `clad::array_ref` were introduced to provide a pointer-size pair. That pair is still used in few places but we have generally removed the need for it.