Displaying 2 results from an estimated 2 matches for "apelete".
2016 May 12
2
Before we go cleaning up LLVM+Clang of all Static Analyzer Warnings...
On Fri, May 6, 2016 at 3:09 AM, Apelete Seketeli <apelete at seketeli.net>
wrote:
> Hi David,
>
> On Thu, May-05-2016 at 11:20:06 AM -0700, David Blaikie wrote:
> > Hi Apelete,
> >
> > Thanks for trying to help cleanup the LLVM codebase of Clang Static
> > Analyzer warnings.
> >
> > But...
2016 May 05
4
Before we go cleaning up LLVM+Clang of all Static Analyzer Warnings...
Hi Apelete,
Thanks for trying to help cleanup the LLVM codebase of Clang Static
Analyzer warnings.
But it seems a lot of the fixes that are being proposed are somewhat
mechanical and may be doing the wrong thing in a few ways.
* Initializing variables that are only used when initialized through some
existi...