[libcxx-commits] [PATCH] D151508: [libc++] Fix C++26 transitive includes list

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 22:32:53 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9d1b27f9ae16: [libc++] Fix C++26 transitive includes list (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D151508?vs=525840&id=525943#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151508

Files:
  libcxx/test/libcxx/transitive_includes/cxx26.csv


Index: libcxx/test/libcxx/transitive_includes/cxx26.csv
===================================================================
--- libcxx/test/libcxx/transitive_includes/cxx26.csv
+++ libcxx/test/libcxx/transitive_includes/cxx26.csv
@@ -3,6 +3,7 @@
 algorithm cstdint
 algorithm cstring
 algorithm ctime
+algorithm cwchar
 algorithm execution
 algorithm initializer_list
 algorithm iosfwd
@@ -127,12 +128,14 @@
 cstddef version
 ctgmath ccomplex
 ctgmath cmath
+cwchar cstddef
 cwchar cwctype
 cwctype cctype
 deque compare
 deque cstddef
 deque cstdint
 deque cstring
+deque cwchar
 deque initializer_list
 deque limits
 deque new
@@ -442,6 +445,7 @@
 random version
 ranges compare
 ranges cstddef
+ranges cwchar
 ranges initializer_list
 ranges iosfwd
 ranges iterator
@@ -640,6 +644,7 @@
 vector cstdint
 vector cstdlib
 vector cstring
+vector cwchar
 vector initializer_list
 vector iosfwd
 vector limits


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151508.525943.patch
Type: text/x-patch
Size: 907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230526/09dc7a4c/attachment-0001.bin>


More information about the libcxx-commits mailing list