Skip to content

Use standard fixed-width typenames for cast checks#282

Merged
aaronliu0130 merged 6 commits intocpplint:developfrom
nate-thirdwave:int64_t_cast_check
Aug 24, 2024
Merged

Use standard fixed-width typenames for cast checks#282
aaronliu0130 merged 6 commits intocpplint:developfrom
nate-thirdwave:int64_t_cast_check

Conversation

@nate-thirdwave
Copy link
Contributor

Use uint16_t,int32_t,etc instead of uint16,int32,etc as the expected typenames when looking for c-style casts.

nate-thirdwave and others added 2 commits August 14, 2024 17:45
Use uint16_t,int32_t,etc instead of uint16,int32,etc as
the expected typenames when looking for c-style casts.
Copy link
Member

@aaronliu0130 aaronliu0130 left a comment

Choose a reason for hiding this comment

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

Good catch! The client testcases need to be updated. This should be trivial, and if not, I'll attempt that tomorrow.

@aaronliu0130 aaronliu0130 merged commit b2d18ad into cpplint:develop Aug 24, 2024
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