Parth
Parth
@ShounakDas101 I suggest we wait on this pull request until we all agree that it's useful. I am not convinced that this pull request is useful. It's solving a very...
Hi @ShounakDas101 > Could you please suggest a test case where this approach fails? I did not say that your approach fails in any case. I just do not see...
> I believe the issue specifically only wants to remove redundant goto statements like this Yes, the issue specifically wants to remove `goto`s from the special case only. But I...
Hi @tomas-teijeiro, Thank you for the detailed question. It is a known limitation of Clad that it cannot differentiate functions that are not visible in the same translation unit as...
Hi @FROL256, Can you please give me access to the google drive link you shared in the issue description?
@FROL256 Thank you, I will check the issue soon.
Hi @FROL256, Thank you for creating the issue and providing all the details. I am sorry for the late reply. Two issues in Clad need to be fixed to support...
Fixed by #763.
Hi @ishaanamahajan Can you please make sure that you are using the same standard C++ library (`-lstdc++`, `-lc++`) for building clad plugin (`clad.so`) and your example, `main.cpp`.
Hi @ishaanamahajan I think there's some issue in `-fplugin` option. Can you please try the below command to run clad? ``` clang++ -o main.elf main.cpp -Xclang -add-plugin -Xclang clad -Xclang...