[all-commits] [llvm/llvm-project] 8883db: [flang][plugins] Make `PluginParseTreeAction` an a...

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Mon Sep 6 08:55:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8883db90d1abbf9b7855ebaf829b75d7fee99da6
      https://github.com/llvm/llvm-project/commit/8883db90d1abbf9b7855ebaf829b75d7fee99da6
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2021-09-06 (Mon, 06 Sep 2021)

  Changed paths:
    M flang/include/flang/Frontend/FrontendActions.h

  Log Message:
  -----------
  [flang][plugins] Make `PluginParseTreeAction` an abstract class

There's no point in providing a default implementation for
`PluginParseTreeAction`. This patch makes it abstract forcing users to
specialise it in order to use it.

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




More information about the All-commits mailing list