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

[SystemZ][NFC] Fix a couple of style issues #69958

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Conversation

redstar
Copy link
Member

@redstar redstar commented Oct 23, 2023

Some fixes for style issues pointed out by clang-tidy:

  • Upper case/lower case fixes
  • No else after return
  • Removed unused #include's
  • Added NOLINTNEXTLINE() for the LLVM* functions

All changes are NFC.

@redstar redstar requested a review from uweigand October 23, 2023 18:18
@redstar redstar self-assigned this Oct 23, 2023
@github-actions
Copy link

github-actions bot commented Oct 23, 2023

✅ With the latest revision this PR passed the C/C++ code formatter.

Some fixes for style issues pointed out by clang-tidy:

- Upper case/lower case fixes
- No else after return
- Removed unused #include's
- Added NOLINTNEXTLINE() for the LLVM* functions

All changes are NFC.
Copy link
Member

@uweigand uweigand left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@uweigand uweigand merged commit 9104e82 into llvm:main Oct 25, 2023
3 checks passed
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.

None yet

2 participants