[all-commits] [llvm/llvm-project] 67453c: Use std::make_unique instead of `new` to reinitali...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sun Nov 14 14:35:52 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67453c894134f3035fcaeac8b04a86a821abddc5
      https://github.com/llvm/llvm-project/commit/67453c894134f3035fcaeac8b04a86a821abddc5
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-11-14 (Sun, 14 Nov 2021)

  Changed paths:
    M mlir/lib/Pass/Pass.cpp

  Log Message:
  -----------
  Use std::make_unique instead of `new` to reinitalize a unique_ptr (NFC)

Fix a clang-tidy warning.




More information about the All-commits mailing list