[PATCH] D109871: [flang][docs] Document plugin limitations

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 02:14:45 PDT 2021


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

LGTM.
I have a suggestion.



================
Comment at: flang/docs/FlangDriver.md:407
+accordingly.
+
+The current `ParseTree` structure is not suitable for modifications. The
----------------
Nit: Use the following as a suggestion

Note that we intend to replace the traversal API with an API based on function object style. Hence the current API will be deprecated in future.

The parse-tree classes and enums will change as Flang development progresses and new language features are added. Plugin writers should therefore not expect these classes to be stable and keep in mind the need for maintenance.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109871



More information about the llvm-commits mailing list