[cfe-dev] clang-sa newbie

Artem Dergachev via cfe-dev cfe-dev at lists.llvm.org
Thu Jul 22 10:56:20 PDT 2021


Here's a few very easy bugs to get started - you can find them via the 
'beginner' keyword:

https://bugs.llvm.org/buglist.cgi?component=Static%20Analyzer&keywords=beginner%2C%20&product=clang&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=CONFIRMED&bug_status=REOPENED

Namely:

https://bugs.llvm.org/show_bug.cgi?id=45786 (fix a misunderstanding 
aroung std::__addressof)
https://bugs.llvm.org/show_bug.cgi?id=46744 (fix rare invalid html in 
scan-build output)

A few more advanced bugs, in the order of increasing difficulty:

https://bugs.llvm.org/show_bug.cgi?id=48482 (fix a buggy interaction 
between two checkers)
https://bugs.llvm.org/show_bug.cgi?id=48534 (incorrect load from a const 
field with a default initializer)
https://bugs.llvm.org/show_bug.cgi?id=44263 (use the new tracking 
facility to fix warning text bug in leaks)
https://bugs.llvm.org/show_bug.cgi?id=48430 (optimize a cornercase in 
path note construction)
https://bugs.llvm.org/show_bug.cgi?id=50771 (pick the correct definition 
for the lambda's __invoke() method)
https://bugs.llvm.org/show_bug.cgi?id=49627 (either a store bug or a 
load bug, you'll have to figure out which one it is)


On 7/21/21 9:50 AM, Ali Shuja Siddiqui (alissidd) via cfe-dev wrote:
>
> 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
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20210722/3a7f1ca8/attachment.html>


More information about the cfe-dev mailing list