Skip to content

Check for more common C++ header file extensions #1255

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
Feb 14, 2018
Merged

Check for more common C++ header file extensions #1255

merged 1 commit into from
Feb 14, 2018

Conversation

sanmai-NL
Copy link

Also, perform clang parameter check earlier. If that results in is_cpp == true, the later |= operations could be elided.

Also, perform `clang` parameter check earlier. If that results in `is_cpp == true`, the later `|=` operations could be elided.
Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sanmai-NL!

@fitzgen
Copy link
Member

fitzgen commented Feb 14, 2018

@bors-servo r+

@bors-servo
Copy link

📌 Commit 5e49ce9 has been approved by fitzgen

@bors-servo
Copy link

⌛ Testing commit 5e49ce9 with merge be2c2b0...

bors-servo pushed a commit that referenced this pull request Feb 14, 2018
Check for more common C++ header file extensions

Also, perform `clang` parameter check earlier. If that results in `is_cpp == true`, the later `|=` operations could be elided.
@bors-servo
Copy link

💔 Test failed - status-travis

@fitzgen fitzgen merged commit 8c5f862 into rust-lang:master Feb 14, 2018
@fitzgen
Copy link
Member

fitzgen commented Feb 14, 2018

The test failure was an intermittent infra issue.

@sanmai-NL sanmai-NL deleted the patch-1 branch February 14, 2018 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants