]> granicus.if.org Git - clang/commit
Add simple, stupid, pattern-based fuzzer / reducer for modules bugs. I've
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 27 Jun 2016 19:43:46 +0000 (19:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 27 Jun 2016 19:43:46 +0000 (19:43 +0000)
commite770b05ad598827b7521e599d4e360b5c2614ab6
tree31e1aa4d69664970d00e1dbda35d2847bfbd86df
parent8313f1a0e74a83fef3c2be2e401d5083324126ca
Add simple, stupid, pattern-based fuzzer / reducer for modules bugs. I've
already used this to find and reduce quite a few bugs, and it works pretty well
if you can find the right patterns.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273913 91177308-0d34-0410-b5e6-96231b3b80d8
utils/modfuzz.py [new file with mode: 0644]