Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce libc mappings to really include what you use (part 3) #1536

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alejandro-colomar
Copy link
Contributor

@alejandro-colomar alejandro-colomar commented May 8, 2024

The mappings removed here are guaranteed by the relevant standards, but are not the canonical includes for the identifiers. To be strict with IWYU guidelines, remove those mappings, keeping only the canonical ones.

Closes: #1531

@alejandro-colomar
Copy link
Contributor Author

Cc: @firewave, @kimgr

The mappings removed here are guaranteed by the relevant standards, but
are not the canonical includes for the identifiers.  To be strict with
IWYU guidelines, remove those mappings, keeping only the canonical ones.

Closes: <include-what-you-use#1531>
Link: <include-what-you-use#1286>
Link: <include-what-you-use#1278>
Link: <include-what-you-use#1344>
Link: <include-what-you-use#1283>
Reported-by: Oliver Stöneberg <https://github.com/firewave>
Cc: Kim Gräsman <kim.grasman@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
@alejandro-colomar
Copy link
Contributor Author

This is the last step.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
@alejandro-colomar
Copy link
Contributor Author

Can you please check the tests? I'm having a hard time making them work. :S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce symbol mappings to be even more fine-grained (part 3)
1 participant