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

clang-tidy fixes #1397

Merged
merged 9 commits into from
Nov 8, 2019
Merged

clang-tidy fixes #1397

merged 9 commits into from
Nov 8, 2019

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Nov 8, 2019

Turns out clang-tidy doesn't check the headers by default.

Found with modernize-use-equals-delete

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with hicpp-uppercase-literal-suffix

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with modernize-return-braced-init-list

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with bugprone-macro-parentheses

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with performance-noexcept-move-constructor

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with hicpp-use-auto

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with hicpp-use-equals-default

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with hicpp-use-override

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Found with modernize-deprecated-headers

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@vitaut vitaut merged commit 1f91815 into fmtlib:master Nov 8, 2019
@vitaut
Copy link
Contributor

vitaut commented Nov 8, 2019

Thanks

@neheb neheb deleted the cll branch November 8, 2019 18:07
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.

2 participants