[all-commits] [llvm/llvm-project] 1262db: [compiler-rt] Refactor FuzzedDataProvider for bett...

Max Moroz via All-commits all-commits at lists.llvm.org
Wed Mar 25 00:04:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1262db1b6a99d1ed79735e5ef377b1d2c23da3e7
      https://github.com/llvm/llvm-project/commit/1262db1b6a99d1ed79735e5ef377b1d2c23da3e7
  Author: Max Moroz <mmoroz at chromium.org>
  Date:   2020-03-24 (Tue, 24 Mar 2020)

  Changed paths:
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h

  Log Message:
  -----------
  [compiler-rt] Refactor FuzzedDataProvider for better readability.

Summary: Separate class definition and actual methods implementation. The main
goal is to keep the list of available methods in a concise readable form inside
the class definition.

Reviewers: hctim, metzman

Subscribers: dberris, #sanitizers

Tags: #sanitizers

Differential Revision: https://reviews.llvm.org/D76651




More information about the All-commits mailing list