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

Fixes that addresses warnings reported by clang-tidy #15

Merged
merged 9 commits into from
Jun 30, 2022
Merged

Conversation

cmnrd
Copy link
Contributor

@cmnrd cmnrd commented Jun 27, 2022

No description provided.

Input<int> i2{"i1", this};
Output<int> sum{"sum", this};
Input<int> i1{"i1", this}; // NOLINT
Input<int> i2{"i1", this}; // NOLINT
Copy link
Member

Choose a reason for hiding this comment

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

about what did clang-tidy complain here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That the fields have public visibility. And I was too lazy to make them private and add getters ;), it's just an example after all

@cmnrd cmnrd merged commit 58e89f0 into master Jun 30, 2022
@cmnrd cmnrd deleted the fix-warnings branch June 30, 2022 10:51
@lhstrh lhstrh changed the title Fix warnings reported by clang-tidy Fixes that address warnings reported by clang-tidy Jul 20, 2022
@lhstrh lhstrh added the enhancement Enhancement of existing feature label Jul 20, 2022
@petervdonovan petervdonovan changed the title Fixes that address warnings reported by clang-tidy Fixes that addresses warnings reported by clang-tidy Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants