[all-commits] [llvm/llvm-project] 647fb6: [libc++] Update the <version> header in-place from...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Oct 13 06:19:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 647fb6b37488080efd8dd5e5a40d21e926b6e726
      https://github.com/llvm/llvm-project/commit/647fb6b37488080efd8dd5e5a40d21e926b6e726
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
    M libcxx/docs/DesignDocs/FeatureTestMacros.rst
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++] Update the <version> header in-place from generate_feature_test_macro_components

This simplifies the workflow for adding new feature-test macros for
contributors. Previously, they would have to move the generated <version>
header from a temporary directory to libc++'s include directory by hand.
This makes the behavior for the <version> header consistent with what's
done for the tests and the documentation.




More information about the All-commits mailing list