[PATCH] D143704: [Flang] Part one of Feature List action
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 25 06:19:41 PST 2023
awarzynski added a comment.
In D143704#4150680 <https://reviews.llvm.org/D143704#4150680>, @jdoerfert wrote:
> can we have a test?
+1
================
Comment at: flang/examples/FeatureList/FeatureList.cpp:34
+
+struct ASTVisitor {
+private:
----------------
There is no AST in Flang - could you propose something more descriptive?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143704/new/
https://reviews.llvm.org/D143704
More information about the cfe-commits
mailing list