[PATCH] D108283: [flang][driver] Add documentation for Plugins

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 03:31:44 PDT 2021


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.

LGTM.

@klausler We are exposing the Parser::Walk framework using a Visitor Class with Pre and Post functions as the mechanism for traversing the parse-tree in flang plugins. I hope this is OK with you.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108283/new/

https://reviews.llvm.org/D108283



More information about the llvm-commits mailing list