[LLVMdev] LLVM and use-after-free

Bill Wendling isanbard at gmail.com
Tue May 12 17:47:30 PDT 2009


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




More information about the llvm-dev mailing list