Skip to content

feat: add ai code review#25

Open
LostPointer wants to merge 7 commits intoDafeCpp:mainfrom
LostPointer:main
Open

feat: add ai code review#25
LostPointer wants to merge 7 commits intoDafeCpp:mainfrom
LostPointer:main

Conversation

@LostPointer
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@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

Comment thread task_03/src/main.cpp Outdated

struct VAL {
struct Reg01 {
enum B {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

warning: enum 'B' uses a larger base type ('unsigned int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size]

    enum B {
         ^

Comment thread task_03/src/main.cpp Outdated
struct Reg01 {
enum B {
first,
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

warning: expected ';' after enum [clang-diagnostic-error]

Suggested change
}
};

@github-actions
Copy link
Copy Markdown

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

1 similar comment
@github-actions
Copy link
Copy Markdown

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

@github-actions
Copy link
Copy Markdown

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

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.

1 participant