libsnark
libsnark copied to clipboard
Clang Support
Why not thinking about adding Clang Support? the code is not clean enough, and have to be standardised, clang does not accept to compile it because of that.
Must of problems are "invalid operands to binary expression" because of mal-placements of templates/functions.
Clang is very powerful in case of code analysis and error reporting, and can help fining more bugs and fixing more problems and even optimizing the code.
Any Chances?
I can fix issues with clang. If done, will that be merged in?
@chfast, that would be great! But please do so on top of the cmake branch, which we plan to transition to (#65).
The cmake branch sound even better :)
i have sent a very small pr about this and i think i have some other patches.
https://github.com/zcash/libsnark/pull/12
Ok, nice. Do you plan to upstream the changes here? How much different is the zcash version?
I would love to see this, too
I have the same issue