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

configure: fix compatibility issue with Apple clang 4.0 #3050

Merged
merged 1 commit into from
Jul 29, 2012
Merged

configure: fix compatibility issue with Apple clang 4.0 #3050

merged 1 commit into from
Jul 29, 2012

Conversation

fsouza
Copy link
Contributor

@fsouza fsouza commented Jul 29, 2012

Also fix compatibility with Mountain Lion's clang.

Closes #3049.

Fix compatibility with Mountain Lion.

Closes #3049.
@catamorphism
Copy link
Contributor

Silly question: you're able to build and run make check successfully with clang 4.0, right? I don't have a machine running Mountain Lion, so I'll have to trust your answer :-)

@brson
Copy link
Contributor

brson commented Jul 29, 2012

I wonder why Apple calls their clang 4.0.

@fsouza
Copy link
Contributor Author

fsouza commented Jul 29, 2012

Yes, the following commands work nicely on Mountain Lion:

./configure --enable-clang
make
make check
...
summary of 17 test runs: 3174 passed; 0 failed; 220 ignored

There are no test failures.

@catamorphism
Copy link
Contributor

Great. I'm going to go ahead and merge this into master as it seems very unlikely to cause problems, but if you submit any pull requests in the future that are more involved than this, please rebase them off the incoming branch - https://github.com/mozilla/rust/wiki/Note-git-workflow explains how.Thanks!

@catamorphism catamorphism merged this pull request into rust-lang:master Jul 29, 2012
@fsouza
Copy link
Contributor Author

fsouza commented Jul 29, 2012

Ops, I didn't know that. Thank you for the tip and sorry about the mess.

@catamorphism
Copy link
Contributor

No problem!

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
…braces-newline

Trait Implementation - Adds a newline before the last brace on impls without a body if the first brace is also on a newline
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Sep 3, 2023
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Oct 27, 2023
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Update the s2n-quic submodule to the latest commit.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
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.

Mountain lion (clang 4.0) compatibility issue
3 participants