[all-commits] [llvm/llvm-project] bd6e68: [libc++] Add the version header to all headers.

mordante via All-commits all-commits at lists.llvm.org
Tue Jan 4 10:51:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd6e6846e7f431e9d84b1f257d4a0c8ddeac4fe2
      https://github.com/llvm/llvm-project/commit/bd6e6846e7f431e9d84b1f257d4a0c8ddeac4fe2
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
    M libcxx/include/bitset
    M libcxx/include/codecvt
    M libcxx/include/compare
    M libcxx/include/condition_variable
    M libcxx/include/execution
    M libcxx/include/fstream
    M libcxx/include/future
    M libcxx/include/ios
    M libcxx/include/iosfwd
    M libcxx/include/iostream
    M libcxx/include/latch
    M libcxx/include/queue
    M libcxx/include/random
    M libcxx/include/ratio
    M libcxx/include/semaphore
    M libcxx/include/sstream
    M libcxx/include/stack
    M libcxx/include/streambuf
    M libcxx/include/strstream
    M libcxx/include/system_error
    M libcxx/include/thread
    M libcxx/include/typeindex
    M libcxx/include/valarray
    M libcxx/utils/graph_header_deps.py

  Log Message:
  -----------
  [libc++] Add the version header to all headers.

Some headers which require the version header depend on other headers to
provide it. Include the version header in all top-level headers to make
sure a header cleanup can't remove the version header.

Note this doesn't add the version header to the c headers.

Reviewed By: #libc, Quuxplusone, ldionne

Differential Revision: https://reviews.llvm.org/D116172




More information about the All-commits mailing list