Skip to content

Improve naming style in rustllvm. #38745

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
Jan 1, 2017
Merged

Conversation

isker
Copy link
Contributor

@isker isker commented Dec 31, 2016

As per the LLVM style guide, use CamelCase for all locals and classes,
and camelCase for all non-FFI functions.
Also, make names of variables of commonly used types more consistent.

Fixes #38688.

r? @rkruppe

As per the LLVM style guide, use CamelCase for all locals and classes,
and camelCase for all non-FFI functions.
Also, make names of variables of commonly used types more consistent.

Fixes rust-lang#38688.
@hanna-kruppe hanna-kruppe mentioned this pull request Dec 31, 2016
4 tasks
@hanna-kruppe
Copy link
Contributor

LGTM, thanks!

Unfortunately I don't have bors privileges, so: r? @brson

@isker
Copy link
Contributor Author

isker commented Jan 1, 2017

Hmm, this still isn't assigned. Let's try again?

r? @brson

edit: that did it; wonder if it has to be on its own line?

@petrochenkov
Copy link
Contributor

@bors r=rkruppe

@bors
Copy link
Collaborator

bors commented Jan 1, 2017

📌 Commit e6f9711 has been approved by rkruppe

@bors
Copy link
Collaborator

bors commented Jan 1, 2017

⌛ Testing commit e6f9711 with merge ac5cd3b...

bors added a commit that referenced this pull request Jan 1, 2017
Improve naming style in rustllvm.

As per the LLVM style guide, use CamelCase for all locals and classes,
and camelCase for all non-FFI functions.
Also, make names of variables of commonly used types more consistent.

Fixes #38688.

r? @rkruppe
@bors
Copy link
Collaborator

bors commented Jan 1, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: rkruppe
Pushing ac5cd3b to master...

@bors bors merged commit e6f9711 into rust-lang:master Jan 1, 2017
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.

5 participants