ashermancinelli added inline comments.
Comment at: flang/lib/Frontend/FrontendActions.cpp:127
+
+ auto &parseTree{*ci.parsing().parseTree()};
+
Is this variable unused?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org
ashermancinelli added a comment.
It //is// unintuitive to me that we are mixing feature and action flags,
however I don't have a better suggestion. LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97457/new/
https://reviews.llvm.org/D97457
___