Displaying 2 results from an estimated 2 matches for "r159506".
2012 Jul 03
2
[LLVMdev] Running c++-analyzer on svn r159506 llvm-clang
Hi,
Just for fun, I decided to run the svn r159506 llvm/clang/c++-analyzer
on svn r159506 llvm-clang. I just thought that it might be interesting
to run the analyzer on the llvm-clang codebase itself. I guess that
most people on this list will probably have at least some knowledge of
the llvm codebase, and be able to determine any false positives
r...
2012 Jul 03
0
[LLVMdev] Running c++-analyzer on svn r159506 llvm-clang
...the number of bugs reported increased dramatically. In some cases our diagnostic clarity is still lagging behind for C++ bugs that span multiple functions (it's WIP).
Cheers,
Anna.
On Jul 3, 2012, at 10:06 AM, John Smith wrote:
> Hi,
>
>
> Just for fun, I decided to run the svn r159506 llvm/clang/c++-analyzer
> on svn r159506 llvm-clang. I just thought that it might be interesting
> to run the analyzer on the llvm-clang codebase itself. I guess that
> most people on this list will probably have at least some knowledge of
> the llvm codebase, and be able to determine a...