[libcxx-commits] [PATCH] D92656: [libc++] Add a script to automatize updating test for a new header.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 4 06:58:08 PST 2020


curdeius added inline comments.


================
Comment at: libcxx/docs/Contributing.rst:26-31
+Modifying feature test macros
+=============================
+
+When adding or updating feature test macros, apart from modifying the ``include/version`` header, you should update the corresponding tests.
+To do that, modify ``feature_test_macros`` table in the script ``utils/generate_feature_test_macro_components.py``, run it, and commit updated files.
+
----------------
That's a drive-by fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92656



More information about the libcxx-commits mailing list