Skip to content

Commit

Permalink
Update include-what-you-use.imp
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion authored Nov 28, 2024
1 parent 712e66f commit 22269de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include-what-you-use.imp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
{ "symbol": [ "optind", "private", "<unistd.h>", "public" ] },
{ "symbol": [ "optopt", "private", "<unistd.h>", "public" ] },
{ "ref": "/usr/share/include-what-you-use/gcc.stl.headers.imp" },
{ "symbol": [ "va_arg", "private", "<cstdarg>", "public"] },
{ "symbol": [ "va_copy", "private", "<cstdarg>", "public"] },
{ "symbol": [ "va_end", "private", "<cstdarg>", "public"] },
{ "symbol": [ "va_list", "private", "<cstdarg>", "public"] },
{ "symbol": [ "va_start", "private", "<cstdarg>", "public"] },
{ "include": [ "<assert.h>", "private", "<cassert>", "public" ] },
{ "include": [ "<complex.h>", "private", "<ccomplex>", "public" ] },
{ "include": [ "<ctype.h>", "private", "<cctype>", "public" ] },
Expand Down

0 comments on commit 22269de

Please sign in to comment.