Skip to content

[clang][Headers] Avoid compiler warnings in builtin headers #5070

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

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

ddcc
Copy link

@ddcc ddcc commented Aug 5, 2022

While debugging module support using -Wsystem-headers, we discovered that if
-Werror, and -Wundef or -Wmacro-redefined are specified, they can cause errors
to be generated in these builtin headers.

Differential Revision: https://reviews.llvm.org/D130800
rdar://98148185

@ddcc ddcc requested a review from ian-twilightcoder August 5, 2022 20:36
@ddcc
Copy link
Author

ddcc commented Aug 5, 2022

@swift-ci test

@ddcc ddcc changed the title Merge commit 'bbf19005714b' from llvm.org/main into next [clang][Headers] Avoid compiler warnings in builtin headers Aug 5, 2022
@ddcc ddcc force-pushed the ddchen_fix_clang_headers branch from f910d5e to 79e586c Compare August 5, 2022 21:39
@ddcc
Copy link
Author

ddcc commented Aug 5, 2022

@swift-ci test

@ddcc ddcc merged commit 86d0ea6 into swiftlang:stable/20220421 Aug 8, 2022
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.

2 participants