[go: up one dir, main page]

Jump to content

Cpplint

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Jeff Song (talk | contribs) at 19:46, 8 February 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

cpplint is an open source lint-like tool developed by Google, designed to ensure that C++ code conforms to Google's coding style guides. it reads source code files and flags deviations form the style guide. It suffers from both false positives and false negatives. False positives can be eliminated by tagging lines with //NOLINT . [1]


References

  1. ^ Weinberger, Benjy. "Google C++ Style Guide" (PDF).