RESOLVED FIXED Bug 27653
Filetype support changes for cpplint and check_webkit_style
https://bugs.webkit.org/show_bug.cgi?id=27653
Summary Filetype support changes for cpplint and check_webkit_style
Jakob Petsovits
Reported 2009-07-24 07:35:41 PDT
The patch below addresses two points that Adam Treat and Dave Levin raised in https://bugs.webkit.org/show_bug.cgi?id=27604 - removing .cc as supported filetype because it's not being used in WebKit, and adding .c as supported filetype to check_webkit_style (replacing .cc). I replaced all occurrences of .cc with .cpp. Unit tests still pass.
Attachments
Filetype support changes for cpplint and check_webkit_style (30.31 KB, patch)
2009-07-24 07:45 PDT, Jakob Petsovits
manyoso: review+
Jakob Petsovits
Comment 1 2009-07-24 07:45:33 PDT
Created attachment 33444 [details] Filetype support changes for cpplint and check_webkit_style
Adam Treat
Comment 2 2009-07-24 08:38:56 PDT
Landed with r46355.
Note You need to log in before you can comment on or make changes to this bug.