xinghuayu007 commented on PR #11120:
URL: 
https://github.com/apache/incubator-gluten/pull/11120#issuecomment-3652701922

   > @xinghuayu007 @PHILO-HE based on the issue description, the target here is 
to check the CPP code format? We already have a format checker with 
`clang-format `here, is there a gap in this existing tool? 
https://github.com/apache/incubator-gluten/blob/main/.github/workflows/code_format.yml
   
   @zhouyuan , there are different. 'clang-format' focuses solely on code 
appearance and layout, like automatically adjusts indentation, line breaks, 
spacing, brace positioning, alignment, etc. 'clang-tidy' focuses on code 
quality, logic, and potential errors, like checks for potential bugs, suggests 
using more modern C++ features.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to