[all-commits] [llvm/llvm-project] 7a414a: Remove forward declarations of llvm::Any

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Apr 11 23:52:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a414ae26ef4cf2b0141eefebd4306e05c431a68
      https://github.com/llvm/llvm-project/commit/7a414ae26ef4cf2b0141eefebd4306e05c431a68
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h
    M mlir/include/mlir/Pass/PassManager.h

  Log Message:
  -----------
  Remove forward declarations of llvm::Any

This patch removes forward declarations of llvm::Any as they are not
used.  Removing them gets us a bit closer to the world where we use
std::any instead of llvm::Any because we won't forward-declare std::
classes.




More information about the All-commits mailing list