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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to