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

Ct1 #6450

Merged
Merged

Ct1 #6450

Conversation

openroad-ci
Copy link
Collaborator

No description provided.

@maliberty
Copy link
Member

secure-CI passed

Signed-off-by: Matt Liberty <[email protected]>
Signed-off-by: Matt Liberty <[email protected]>
@maliberty maliberty enabled auto-merge December 31, 2024 16:15
Copy link
Contributor

@github-actions github-actions bot left a 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};
Copy link
Contributor

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};
Copy link
Contributor

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),
Copy link
Contributor

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]

Suggested change
: widthMin_(0.0),
: ,

@maliberty maliberty merged commit 2eee4b5 into The-OpenROAD-Project:master Dec 31, 2024
11 checks passed
@maliberty maliberty deleted the ct1 branch December 31, 2024 17:24
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