[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 15:18:59 PDT 2023


philnik created this revision.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

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
@@ -128,11 +129,13 @@
 ctgmath ccomplex
 ctgmath cmath
 cwchar cwctype
+cwchar cstddef
 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.525840.patch
Type: text/x-patch
Size: 890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230525/0bd388cc/attachment.bin>


More information about the libcxx-commits mailing list