We use the Google cpplint tool which is written Python and cehcks the code against the Google C++ Style Guide. Both these resources are now open sources and available at http://code.google.com/p/google-styleguide/. The cpplint tool can be found here http://code.google.com/p/google-styleguide/source/browse/trunk#trunk/cpplint .
I <http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py>n V8 the script tools/presubmit.py is a small front-end for running cpplint and for performing some additional presubmit checks e.g. checking for valid copyright headers. Currently there is no style check on the JavaScript files in the repository. Regards, Søren On Mon, Sep 7, 2009 at 21:32, <[email protected]> wrote: > On 2009/09/07 10:13:03, Erik Corry wrote: > >> LGTM >> > > Hello Erik, > > What tool do you use in order to check coding style? > Is it google internal or not? > > Thank you. > > > http://codereview.chromium.org/193039 > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
