[cfe-dev] RFC: Clang Automatic Bug Reporting

Daniel Dunbar daniel at zuster.org
Tue Jul 20 00:51:45 PDT 2010


On Mon, Jul 19, 2010 at 8:36 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> On Mon, Jul 19, 2010 at 11:44 AM, Daniel Dunbar <daniel at zuster.org> wrote:
>> and eventually could use a Clang based delta tool to minimize the input source.
>
> This is something I am very interested in working on and have thought
> of before. The basic plan was to first figure out which part of clang
> was crashing, and then use the information in the layers above that to
> guide the delta algorithm. This part could actually be implemented now
> as either part of the driver, or as a separate tool and be useful
> right away.

Yes, definitely, this is a very worthy project. I have an
implementation of the delta algorithm ready and waiting in llvm/ADT,
and have bits and pieces of a Clang based delta lying around on my
hard drive, but nothing concrete enough to be worth checking in. If
someone else wanted to work on this it would make me very happy. :)

 - Daniel

> As for the rest of the proposal; I love it.
>
> - Michael Spencer
>



More information about the cfe-dev mailing list