mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:12:08 +08:00
df10b53c0c
Now that the IWYU cleanup has been merged compile all, not just a couple, of the builtin modules independent of builtin.cpp. That is, no longer `#include builtin_NAME.cpp` in builtin.cpp. This is more consistent, more in line with what developers expect, and is likely to reduce mistakes. Reduces lint errors from 384 to 336 (-13%). Line count from 6307 to 4988 (-21%). Another step in resolving issue #2902.
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
# Map file for the include-what-you-use tool on Linux.
|
|
[
|
|
{ include: ["<bits/fcntl-linux.h>", "private", "<fcntl.h>", "public"] },
|
|
{ include: ["<bits/mman-linux.h>", "private", "<sys/mman.h>", "public"] },
|
|
{ include: ["<bits/socket-linux.h>", "private", "<sys/socket.h>", "public"] },
|
|
{ include: ["<bits/socket_type.h>", "private", "<sys/socket.h>", "public"] },
|
|
{ include: ["<bits/local_lim.h>", "private", "<limits.h>", "public"] },
|
|
{ include: ["<tr1/memory>", "public", "<memory>", "public"] },
|
|
{ include: ["<features.h>", "public", "<stdio.h>", "public"] },
|
|
{ include: ["<features.h>", "public", "<stddef.h>", "public"] },
|
|
{ include: ["<features.h>", "public", "<unistd.h>", "public"] },
|
|
|
|
{ symbol: ["size_t", "private", "<unistd.h>", "public"] },
|
|
{ symbol: ["size_t", "private", "<stddef.h>", "public"] },
|
|
{ symbol: ["size_t", "private", "<stdlib.h>", "public"] },
|
|
{ symbol: ["uint64_t", "private", "<sys/types.h>", "public"] },
|
|
{ symbol: ["memset", "private", "<string.h>", "public"] },
|
|
{ symbol: ["strerror", "private", "<string.h>", "public"] },
|
|
]
|