[all-commits] [llvm/llvm-project] 719548: Fix gcc warning by explicitly initializing the bas...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sun Aug 30 10:49:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 719548d63d9f906b3b0e0e7d7681a9bfa1d3d8cf
      https://github.com/llvm/llvm-project/commit/719548d63d9f906b3b0e0e7d7681a9bfa1d3d8cf
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-08-30 (Sun, 30 Aug 2020)

  Changed paths:
    M mlir/tools/mlir-reduce/OptReductionPass.cpp

  Log Message:
  -----------
  Fix gcc warning by explicitly initializing the base class copy ctor (NFC)

Full diagnostic was:

warning: base class ‘class mlir::OptReductionBase<mlir::OptReductionPass>’ should be explicitly initialized in the copy constructor [-Wextra]




More information about the All-commits mailing list