[go: up one dir, main page]

Jump to content

Cpplint: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jeff Song (talk | contribs)
No edit summary
→‎References: {{stub}}
Line 5: Line 5:
{{reflist}}
{{reflist}}
[[Category:Static program analysis tools]]
[[Category:Static program analysis tools]]

{{stub}}

Revision as of 20:50, 8 February 2012

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).