Skip to content

ant: adjust naming to Google-style (excluding method names)#10186

Merged
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:ant-tidy-naming
Apr 19, 2026
Merged

ant: adjust naming to Google-style (excluding method names)#10186
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
The-OpenROAD-Project-staging:ant-tidy-naming

Conversation

@openroad-ci
Copy link
Copy Markdown
Collaborator

Summary

adjust naming to Google-style (excluding method names)

Type of Change

  • Refactoring

Impact

None

Verification

  • I have verified that the local build succeeds (./etc/Build.sh).
  • I have run the relevant tests and they pass.
  • My code follows the repository's formatting guidelines.
  • I have signed my commits (DCO).

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request refactors the codebase by renaming variables, struct members, and constants to follow snake_case and kConstant naming conventions. It also updates constructors to use member initializer lists and modifies parameter types in the PinType struct. The review feedback suggests further modernizing the NodeInfo struct by using in-class initializers and a defaulted constructor, as well as optimizing the PinType constructor by taking std::string by value and using std::move to avoid unnecessary copies.

Comment thread src/ant/src/AntennaCheckerImpl.hh Outdated
Comment thread src/ant/src/AntennaCheckerImpl.hh Outdated
Comment thread src/ant/src/PinType.hh Outdated
@github-actions
Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
@github-actions
Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty enabled auto-merge April 19, 2026 16:06
@maliberty maliberty merged commit a81f97e into The-OpenROAD-Project:master Apr 19, 2026
16 checks passed
@maliberty maliberty deleted the ant-tidy-naming branch April 19, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants