Hello,
I want to get familiar clang-sa development and am looking for bugs or enhancements that I can start with. Not sure if this the correct place to ask.
Thanks,
Ali
Hello,
I want to get familiar clang-sa development and am looking for bugs or enhancements that I can start with. Not sure if this the correct place to ask.
Thanks,
Ali
Here’s a few very easy bugs to get started - you can find them via the ‘beginner’ keyword:
Namely: (fix a misunderstanding aroung std::__addressof) (fix rare invalid html in scan-build output) A few more advanced bugs, in the order of increasing difficulty: (fix a buggy interaction between two checkers) (incorrect load from a const field with a default initializer) (use the new tracking facility to fix warning text bug in leaks) (optimize a cornercase in path note construction) (pick the correct definition for the lambda’s __invoke() method) (either a store bug or a load bug, you’ll have to figure out which one it is)