FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use standard fixed-width typenames for cast checks by nate-thirdwave · Pull Request #282 · cpplint/cpplint · GitHub

Use standard fixed-width typenames for cast checks - #282

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

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

Conversation

Copy link
Copy Markdown
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.

aaronliu0130 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Comment thread samples/silly-sample/src/sillycode.cpp Outdated
aaronliu0130 merged commit b2d18ad into cpplint:develop Aug 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL