[libcxx-commits] [PATCH] D76093: Don't expose unavailable cstdio functions.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 20 08:38:32 PDT 2020


ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.


================
Comment at: libcxx/test/std/depr/depr.c.headers/no_fgetpos_fsetpos.fail.cpp:1
+#include <cstdio>
+
----------------
Missing license comment and also `// REQUIRES: verify-support`.

And I believe this test should be in `libcxx/test/libcxx`, not in` libcxx/test/std`, cause it is libc++ specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76093





More information about the libcxx-commits mailing list