[all-commits] [llvm/llvm-project] 1c941d: [mlir] Fix gcc -std=c++17 compilation.

Michael Kruse via All-commits all-commits at lists.llvm.org
Thu Mar 3 07:16:41 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c941d98f832002d054f4afcef60d75062226263
      https://github.com/llvm/llvm-project/commit/1c941d98f832002d054f4afcef60d75062226263
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    M mlir/include/mlir/Support/DebugAction.h

  Log Message:
  -----------
  [mlir] Fix gcc -std=c++17 compilation.

Ensure that `Handler` within the class is interpreted as the as the current template instantiation (instead the class template itself).

Fixes #53447

Reviewed By: rriddle

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




More information about the All-commits mailing list