Skip to content

Commit

Permalink
Add mapping of bits/utility.h for gcc.stl.headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BoleynSu authored and kimgr committed Sep 1, 2022
1 parent 75623bc commit 6f77224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcc.stl.headers.imp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
{ include: ["<bits/unique_ptr.h>", private, "<memory>", public ] },
{ include: ["<bits/unordered_map.h>", private, "<unordered_map>", public ] },
{ include: ["<bits/unordered_set.h>", private, "<unordered_set>", public ] },
{ include: ["<bits/utility.h>", private, "<utility>", public ] },
{ include: ["<bits/valarray_after.h>", private, "<valarray>", public ] },
{ include: ["<bits/valarray_array.h>", private, "<valarray>", public ] },
{ include: ["<bits/valarray_array.tcc>", private, "<valarray>", public ] },
Expand Down
1 change: 1 addition & 0 deletions iwyu_include_picker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ const IncludeMapEntry libstdcpp_include_map[] = {
{ "<bits/unique_ptr.h>", kPrivate, "<memory>", kPublic },
{ "<bits/unordered_map.h>", kPrivate, "<unordered_map>", kPublic },
{ "<bits/unordered_set.h>", kPrivate, "<unordered_set>", kPublic },
{ "<bits/utility.h>", kPrivate, "<utility>", kPublic },
{ "<bits/valarray_after.h>", kPrivate, "<valarray>", kPublic },
{ "<bits/valarray_array.h>", kPrivate, "<valarray>", kPublic },
{ "<bits/valarray_array.tcc>", kPrivate, "<valarray>", kPublic },
Expand Down

0 comments on commit 6f77224

Please sign in to comment.