[cfe-commits] Adding interesting symbols during path diagnostic generation

Jordan Rose jediknil at belkadan.com
Tue Mar 20 16:20:33 PDT 2012


Thanks, Ted. Fixed and seemingly working.

Any suggestions for alternate names for getInterestingObjectSetDescriptor()? I'm trying to make it clear it's an opaque value that's only supposed to be used for detecting changes...

-------------- next part --------------
A non-text attachment was scrubbed...
Name: BugReporter.patch
Type: application/octet-stream
Size: 10002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120320/8b35f82e/attachment.obj>
-------------- next part --------------

On Mar 20, 2012, at 15:24, Ted Kremenek wrote:

> The plist output uses GenerateExtensivePathDiagnostic while the HTML output uses GenerateMinimalPathDiagnostic.  Looks like you only updated one of them.
> 
> On Mar 20, 2012, at 2:52 PM, Jordan Rose <jediknil at belkadan.com> wrote:
> 
>> Okay, I have a draft implementation, but I've run into a weird problem where the diagnostic about 'tmp' appears in the HTML and text output...but /not/ in the plist output. Any ideas about why this might be occurring?
>> 
>> <BugReporter.patch>
> 



More information about the cfe-commits mailing list