Displaying 2 results from an estimated 2 matches for "d66847".
Did you mean:
066847
2019 Aug 26
2
[GSoC 2019] Apply the Clang Static Analyzer to LLVM-based projects - final report
Hey everyone!
This Summer we managed to make the Clang Static Analyzer support the LLVM
and
LLVM-based projects with my mentors Artem Dergachev and Gabor Horvath.
For a more detailed documentation please visit my final report:
https://docs.google.com/document/d/1o9-xEWbzivUGKIOXp9jUNZYq0mkecd5KH5dBN5Hdlu8/
The project in a nutshell: I have fixed the most annoying false positives
and
added
2019 Aug 28
2
[GSoC 2019] Apply the Clang Static Analyzer to LLVM-based projects - final report
...safer code.
>
> I just spent 2-3 hours cleaning up ~20 warnings on the static analyzer
> itself, which included writing a test for one real crash that i found
> that way (and attempting to do the same for a few more potential
> crashes). The results are in https://reviews.llvm.org/D66847. My
> (heavily biased) opinion is that it was worth every minute and i
> basically encourage everybody to try this out again.
>
>
> On 8/26/19 10:23 AM, Csaba Dabis wrote:
>> Hey everyone!
>>
>> This Summer we managed to make the Clang Static Analyzer support the...