[PATCH] D143704: [Flang] Part one of Feature List action
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 08:18:02 PST 2023
jdoerfert added a comment.
can we have a test?
================
Comment at: flang/examples/FeatureList/FeatureList.cpp:605
+ template <typename... A> bool Pre(const std::variant<A...> &) { return true; }
+ template <typename... A> void Post(const std::variant<A...> &) {}
+};
----------------
Can you record the features we missed so we can update the list once in a while.
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