Skip to content

Conversation

sheldnwu
Copy link
Contributor

Summary:
readability-braces-around-statements requires bodies of if and loop statements should be inside braces current generated code doesn't follow this requirement for single line blocks

https://clang.llvm.org/extra/clang-tidy/checks/readability/braces-around-statements.html

Test Plan:
regenerate code to make sure missing braces are added

@kuba-moo
Copy link
Contributor

I just merged rt-link support, please rebase and regenerate the sources.

Summary:
readability-braces-around-statements requires bodies of if and loop statements should be inside braces
current generated code doesn't follow this requirement for single line blocks

https://clang.llvm.org/extra/clang-tidy/checks/readability/braces-around-statements.html

Test Plan:
regenerate code to make sure missing braces are added

Signed-off-by: Sheldon Wu <[email protected]>
Signed-off-by: Sheldon Wu <[email protected]>
@sheldnwu
Copy link
Contributor Author

rebase done

@kuba-moo kuba-moo merged commit 712f388 into linux-netdev:main Aug 25, 2025
1 check passed
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