summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-demangle-fuzzer
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-demangle-fuzzer] Also fuzz microsoftDemangle().Matt Morehouse2019-01-073-53/+0
| | | | | | | | | | | | | | | | | | Summary: Use first byte of input to determine whether to call itaniumDemangle() or microsoftDemangle(). Addresses https://bugs.llvm.org/show_bug.cgi?id=39582. Reviewers: kcc, thakis Reviewed By: kcc, thakis Subscribers: mgorny, thakis, erik.pilkington, llvm-commits Differential Revision: https://reviews.llvm.org/D54780 llvm-svn: 350534
* Revert 349677, it contained a whole bunch of stuff I did not mean to commitNico Weber2018-12-191-13/+5
| | | | llvm-svn: 349678
* [gn build] Add build file for clang/lib/Basic and dependenciesNico Weber2018-12-191-5/+13
| | | | | | | | | | | | Adds a build file for clang-tblgen and an action for running it, and uses that to process all the .td files in include/clang/Basic. Also adds an action to write include/clang/Config/config.h and include/clang/Basic/Version.inc. Differential Revision: https://reviews.llvm.org/D55847 llvm-svn: 349677
* make add_llvm_fuzzer calls slightly more consisten with other cmakeNico Weber2018-05-111-1/+2
| | | | llvm-svn: 332112
* llvm-demangle-fuzzer: Link in SupportJonas Hahnfeld2017-11-171-0/+1
| | | | | | | | | | The refactoring in r318407 transiently includes abi-breaking.h which defines EnableABIBreakingChecks. This breaks my Debug build because this fuzzer did not link in Support with the symbol. Differential Revision: https://reviews.llvm.org/D40190 llvm-svn: 318553
* [llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler.Matt Morehouse2017-10-133-0/+51
Patch By: hctim Reviewers: morehouse, bogner Reviewed By: bogner Subscribers: bogner, kcc, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D38855 llvm-svn: 315716
OpenPOWER on IntegriCloud