-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Vendor stdbool.h from clang 15.0.2 #2380
Conversation
o/ thanks for the contribution. Can you explain what kind of problem the vendoring solves? |
Ah, I should've linked the discussion: #2378. Hopefully @viktormalik can confirm that I'm on the right track here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This is useful when including headers that include <stdbool.h>
. Could you perhaps add a runtime test with such a header?
ping @cole-miller, I'd like to see a runtime test for this before merging it |
shall we just merge this one? it looks ok |
yeah, should be fine, let's merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I resolved the CHANGELOG merge conflict and will merge once the tests pass.
This follows the example of the existing headers in
resources
, copying stdbool.h from the latest tagged release of LLVM.Checklist
man/adoc/bpftrace.adoc
and if needed indocs/reference_guide.md
CHANGELOG.md