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

Add missing clang includes to compile_flags.txt #522

Merged
merged 1 commit into from
May 5, 2021
Merged

Add missing clang includes to compile_flags.txt #522

merged 1 commit into from
May 5, 2021

Conversation

jonmeow
Copy link
Contributor

@jonmeow jonmeow commented May 5, 2021

This is needed to fix issues like:

bazel-clang-toolchain/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found
#include_next <stddef.h>
              ^~~~~~~~~~

@jonmeow jonmeow requested a review from chandlerc May 5, 2021 17:12
@jonmeow jonmeow requested a review from a team as a code owner May 5, 2021 17:12
@google-cla google-cla bot added the cla: yes PR meets CLA requirements according to bot. label May 5, 2021
@jonmeow jonmeow merged commit a9d5c9d into carbon-language:trunk May 5, 2021
@jonmeow jonmeow deleted the fix-compile-flags branch May 5, 2021 17:48
chandlerc pushed a commit that referenced this pull request Jun 28, 2022
This is needed to fix issues like:

```
bazel-clang-toolchain/include/c++/v1/cstddef:44:15: fatal error: 'stddef.h' file not found
#include_next <stddef.h>
              ^~~~~~~~~~
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes PR meets CLA requirements according to bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants