Max Sagebaum

Results 15 issues of Max Sagebaum

Again while differentiating TRACE. I am on the newest version of clad master branch. The generated errors are introduced by clad. Without clad the file compiles fine. creduce gave me...

Clad produces a segmentation fault for the program: ``` #include void calcViscFluxSide(int, bool) { assert(0); } void a(bool c) { calcViscFluxSide(0, c); } #include "clad/Differentiator/Differentiator.h" void b() { clad::gradient(a); }...

If an automatic return statement is generated, e.g. for multiple return values, and the last statement is a `for if` loop. Then some analyzers will complain about the generated return....

bug

Removed cpp file and added cpp2 file.

With `decltype(auto) r = func();` the return from a function can be perfectly captured. With the change in 0.8, we have now ` -> foward _ = {...}` for perfect...

suggestion