Displaying 2 results from an estimated 2 matches for "f3491b45".
2009 May 13
2
[LLVMdev] LLVM and use-after-free
Gurus-
Do llvm-gcc or clang provide a way to catch use-after-free types of issues?
Thanks,
-KC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090512/0118d2b1/attachment.html>
2009 May 13
0
[LLVMdev] LLVM and use-after-free
On Tue, May 12, 2009 at 5:03 PM, Mark A. Lyan <omineo at gmail.com> wrote:
> Gurus-
>
> Do llvm-gcc or clang provide a way to catch use-after-free types of issues?
>
llvm-gcc and clang don't. But I believe that the static analyzer has
facilities for this.
http://clang.llvm.org/StaticAnalysis.html
-bw