[libcxx-commits] [PATCH] D151514: Update cxx26 transitive_includes

Thurston Dang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 15:53:39 PDT 2023


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

transitive_includes.sh.cpp has been broken on buildbots
e.g., https://lab.llvm.org/buildbot/#/builders/168/builds/13665
perhaps because of D144394 <https://reviews.llvm.org/D144394>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151514

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: D151514.525851.patch
Type: text/x-patch
Size: 907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230525/7d324283/attachment.bin>


More information about the libcxx-commits mailing list