-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5
base: ltex25-nomove
Are you sure you want to change the base?
clang-tidy #5
Conversation
4f5bb16
to
4530622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
client/widgetdecorations.h
Outdated
@@ -12,6 +12,7 @@ | |||
************* V ******************************************************/ | |||
#pragma once | |||
|
|||
#include <QFlags> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: 'QFlags' file not found [clang-diagnostic-error]
#include <QFlags>
^
1985762
to
16af97b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
common/government.h
Outdated
}; | ||
|
||
extern std::vector<government> governments; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warning: variable 'std' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
extern std::vector<government> governments;
^
8ea18ad
to
cff033d
Compare
ec4e262
to
29f6662
Compare
Workflow for suggesstions using clang-tidy
29f6662
to
66b9e23
Compare
8f89cc2
to
da32c65
Compare
da32c65
to
70011cb
Compare
No description provided.