-
Notifications
You must be signed in to change notification settings - Fork 584
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
Ct1 #6450
Ct1 #6450
Conversation
Signed-off-by: Matt Liberty <[email protected]>
Signed-off-by: Matt Liberty <[email protected]>
secure-CI passed |
Signed-off-by: Matt Liberty <[email protected]>
Signed-off-by: Matt Liberty <[email protected]>
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
char* type_{nullptr}; | ||
char* wireShieldName_{nullptr}; // It only set from specialnet SHIELD, 5.4 | ||
int numPaths_{0}; | ||
long long pathsAllocated_{0}; |
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: consider replacing 'long long' with 'int64_t' [google-runtime-int]
long long pathsAllocated_{0};
^
int input_level{-1}; | ||
char* last{nullptr}; | ||
int new_is_keyword{0}; | ||
long long nlines{1}; |
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: consider replacing 'long long' with 'int64_t' [google-runtime-int]
long long nlines{1};
^
hasSpacing_(0), | ||
hasRect_(0), | ||
widthMin_(0.0), | ||
: widthMin_(0.0), |
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: member initializer for 'widthMin_' is redundant [modernize-use-default-member-init]
: widthMin_(0.0), | |
: , |
No description provided.