Skip to content

Commit

Permalink
[libc++] Updates generated transitve includes.
Browse files Browse the repository at this point in the history
This should fix the CI.
  • Loading branch information
mordante committed Oct 2, 2022
1 parent 2e87333 commit cfd5b8f
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 16 deletions.
20 changes: 19 additions & 1 deletion libcxx/test/libcxx/transitive_includes/cxx03.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ algorithm limits
algorithm memory
algorithm new
algorithm stdexcept
algorithm tuple
algorithm type_traits
algorithm utility
algorithm version
Expand All @@ -31,6 +32,7 @@ any limits
any memory
any new
any stdexcept
any tuple
any type_traits
any typeinfo
any variant
Expand Down Expand Up @@ -72,6 +74,7 @@ barrier memory
barrier new
barrier ratio
barrier stdexcept
barrier tuple
barrier type_traits
barrier variant
bit cstdint
Expand Down Expand Up @@ -129,6 +132,7 @@ codecvt mutex
codecvt new
codecvt stdexcept
codecvt string
codecvt tuple
codecvt type_traits
codecvt typeinfo
codecvt version
Expand Down Expand Up @@ -160,6 +164,7 @@ condition_variable new
condition_variable ratio
condition_variable stdexcept
condition_variable system_error
condition_variable tuple
condition_variable type_traits
condition_variable typeinfo
condition_variable version
Expand Down Expand Up @@ -191,6 +196,7 @@ deque iterator
deque limits
deque new
deque stdexcept
deque tuple
deque type_traits
deque typeinfo
deque version
Expand Down Expand Up @@ -298,6 +304,7 @@ ext/hash_map limits
ext/hash_map new
ext/hash_map stdexcept
ext/hash_map string
ext/hash_map tuple
ext/hash_map type_traits
ext/hash_set algorithm
ext/hash_set cmath
Expand All @@ -311,6 +318,7 @@ ext/hash_set iterator
ext/hash_set limits
ext/hash_set new
ext/hash_set string
ext/hash_set tuple
ext/hash_set type_traits
filesystem cerrno
filesystem compare
Expand Down Expand Up @@ -362,6 +370,7 @@ forward_list iterator
forward_list limits
forward_list new
forward_list stdexcept
forward_list tuple
forward_list type_traits
forward_list typeinfo
forward_list version
Expand All @@ -383,6 +392,7 @@ fstream new
fstream ostream
fstream stdexcept
fstream string
fstream tuple
fstream type_traits
fstream typeinfo
fstream version
Expand Down Expand Up @@ -436,6 +446,7 @@ ios new
ios stdexcept
ios string
ios system_error
ios tuple
ios type_traits
ios typeinfo
ios version
Expand Down Expand Up @@ -485,6 +496,7 @@ list iterator
list limits
list new
list stdexcept
list tuple
list type_traits
list typeinfo
list version
Expand All @@ -508,6 +520,7 @@ locale new
locale stdexcept
locale streambuf
locale string
locale tuple
locale type_traits
locale typeinfo
locale version
Expand Down Expand Up @@ -558,6 +571,7 @@ mutex new
mutex ratio
mutex stdexcept
mutex system_error
mutex tuple
mutex type_traits
mutex typeinfo
mutex version
Expand Down Expand Up @@ -609,6 +623,7 @@ ostream limits
ostream locale
ostream new
ostream streambuf
ostream tuple
ostream type_traits
ostream version
queue compare
Expand Down Expand Up @@ -672,6 +687,7 @@ regex mutex
regex new
regex stdexcept
regex string
regex tuple
regex type_traits
regex typeinfo
regex utility
Expand Down Expand Up @@ -762,6 +778,7 @@ string limits
string new
string stdexcept
string string_view
string tuple
string type_traits
string typeinfo
string utility
Expand Down Expand Up @@ -832,7 +849,6 @@ typeindex utility
typeindex version
typeinfo cstddef
typeinfo cstdint
typeinfo cstdlib
typeinfo exception
typeinfo type_traits
unordered_map algorithm
Expand Down Expand Up @@ -867,6 +883,7 @@ unordered_set limits
unordered_set new
unordered_set optional
unordered_set stdexcept
unordered_set tuple
unordered_set type_traits
unordered_set version
utility compare
Expand Down Expand Up @@ -917,6 +934,7 @@ vector iosfwd
vector limits
vector new
vector stdexcept
vector tuple
vector type_traits
vector typeinfo
vector utility
Expand Down
19 changes: 18 additions & 1 deletion libcxx/test/libcxx/transitive_includes/cxx11.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ algorithm limits
algorithm memory
algorithm new
algorithm stdexcept
algorithm tuple
algorithm type_traits
algorithm utility
algorithm version
Expand All @@ -31,6 +32,7 @@ any limits
any memory
any new
any stdexcept
any tuple
any type_traits
any typeinfo
any variant
Expand Down Expand Up @@ -72,6 +74,7 @@ barrier memory
barrier new
barrier ratio
barrier stdexcept
barrier tuple
barrier type_traits
barrier variant
bit cstdint
Expand Down Expand Up @@ -129,6 +132,7 @@ codecvt mutex
codecvt new
codecvt stdexcept
codecvt string
codecvt tuple
codecvt type_traits
codecvt typeinfo
codecvt version
Expand Down Expand Up @@ -160,6 +164,7 @@ condition_variable new
condition_variable ratio
condition_variable stdexcept
condition_variable system_error
condition_variable tuple
condition_variable type_traits
condition_variable typeinfo
condition_variable version
Expand Down Expand Up @@ -191,6 +196,7 @@ deque iterator
deque limits
deque new
deque stdexcept
deque tuple
deque type_traits
deque typeinfo
deque version
Expand Down Expand Up @@ -298,6 +304,7 @@ ext/hash_map limits
ext/hash_map new
ext/hash_map stdexcept
ext/hash_map string
ext/hash_map tuple
ext/hash_map type_traits
ext/hash_set algorithm
ext/hash_set cmath
Expand All @@ -311,6 +318,7 @@ ext/hash_set iterator
ext/hash_set limits
ext/hash_set new
ext/hash_set string
ext/hash_set tuple
ext/hash_set type_traits
filesystem cerrno
filesystem compare
Expand Down Expand Up @@ -362,6 +370,7 @@ forward_list iterator
forward_list limits
forward_list new
forward_list stdexcept
forward_list tuple
forward_list type_traits
forward_list typeinfo
forward_list version
Expand All @@ -383,6 +392,7 @@ fstream new
fstream ostream
fstream stdexcept
fstream string
fstream tuple
fstream type_traits
fstream typeinfo
fstream version
Expand Down Expand Up @@ -436,6 +446,7 @@ ios new
ios stdexcept
ios string
ios system_error
ios tuple
ios type_traits
ios typeinfo
ios version
Expand Down Expand Up @@ -485,6 +496,7 @@ list iterator
list limits
list new
list stdexcept
list tuple
list type_traits
list typeinfo
list version
Expand All @@ -508,6 +520,7 @@ locale new
locale stdexcept
locale streambuf
locale string
locale tuple
locale type_traits
locale typeinfo
locale version
Expand Down Expand Up @@ -610,6 +623,7 @@ ostream limits
ostream locale
ostream new
ostream streambuf
ostream tuple
ostream type_traits
ostream version
queue compare
Expand Down Expand Up @@ -673,6 +687,7 @@ regex mutex
regex new
regex stdexcept
regex string
regex tuple
regex type_traits
regex typeinfo
regex utility
Expand Down Expand Up @@ -763,6 +778,7 @@ string limits
string new
string stdexcept
string string_view
string tuple
string type_traits
string typeinfo
string utility
Expand Down Expand Up @@ -833,7 +849,6 @@ typeindex utility
typeindex version
typeinfo cstddef
typeinfo cstdint
typeinfo cstdlib
typeinfo exception
typeinfo type_traits
unordered_map algorithm
Expand Down Expand Up @@ -868,6 +883,7 @@ unordered_set limits
unordered_set new
unordered_set optional
unordered_set stdexcept
unordered_set tuple
unordered_set type_traits
unordered_set version
utility compare
Expand Down Expand Up @@ -918,6 +934,7 @@ vector iosfwd
vector limits
vector new
vector stdexcept
vector tuple
vector type_traits
vector typeinfo
vector utility
Expand Down
Loading

0 comments on commit cfd5b8f

Please sign in to comment.