[LLVMdev] static analyzer & ubigraph visualization

Carl Norum carl.norum at apple.com
Tue Mar 8 13:41:05 PST 2011


On Mar 8, 2011, at 12:30 PM, Ted Kremenek wrote:
> Hi Carl,
> 
> I think the trick is to use a debug build of Clang.  The ubigraph support is not enabled in a release build as it is in a hot path of the analyzer.  I switched to using a debug build and the ubigraph support worked for me.  You also need the 'ubiviz' script in your path.
> 
> Ted


Thanks - I'll give it a try.

-- Carl





More information about the llvm-dev mailing list