coding style checker for c (variable names, not indentation)
问题 This question asks about a coding style checker, but the focus seems to be on indentation and brace placement. GNU indent deals with indentation (which isn't a problem in this code base, amazingly enough). I'm working with a pile of code that is full of various naming schemes: camelCase, everythingruntogetherinlowercase, underscores_as_separators, SomeStructsEndWithT, etc. I'd like to be able to pick a convention and at least have an automatic check that new changes are in line with the