Lunderberg commented on pull request #10101: URL: https://github.com/apache/tvm/pull/10101#issuecomment-1025977511
Running a quick check with `clang-tidy`, it looks like there's a few hundred similar member variables that don't follow the convention of using an underscore iff the variable is private. From that, I don't think it's worth manually changing the names, unless we want to run `clang-tidy` on everything and add it as a CI step. -- 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]
