This is an archive of the discontinued LLVM Phabricator instance.

[www] Add ASTImporter fuzzer project.
ClosedPublic

Authored by teemperor on Feb 8 2019, 8:45 AM.

Details

Diff Detail

Event Timeline

teemperor created this revision.Feb 8 2019, 8:45 AM
teemperor added subscribers: friss, Restricted Project.Feb 8 2019, 8:48 AM

Just trying to get some early feedback before I subscribe the mailing list. Also let me know if someone here also wants to mentor for this project and I'll add you.

Raphael, can you please also update the corresponding RST file?

@JDevlieghere I think this is the LLVM homepage (not LLDB), so I believe there is no RST file to edit?

@JDevlieghere I think this is the LLVM homepage (not LLDB), so I believe there is no RST file to edit?

Ah, my bad, I thought this was the lldb projects page.

martong accepted this revision.EditedFeb 11 2019, 2:50 AM

This project is about writing a fuzzer to proactively discover these ASTImporter bugs and provide minimal reproducers which make understanding and fixing the underlying bug easier.

Raphael, this is a good goal, I can only support this!

This revision is now accepted and ready to land.Feb 11 2019, 2:50 AM
teemperor closed this revision.Feb 15 2019, 4:17 AM

landed in llvm-svn: 354043