翻訳と辞書
Words near each other
・ CPO (group)
・ CPO Boss Hogg (rapper)
・ CPO command identification badge
・ CPO-STV
・ CPOX
・ CPP
・ CPP Group
・ CPP Investment Board
・ CPP-NPA-NDF rebellion
・ CPPA
・ CPPC UAV
・ Cppcheck
・ CppCMS
・ CPPD
・ Cppdepend
Cpplint
・ CPPM
・ CPPS
・ CPPSERV
・ CppUnit
・ CPQ
・ CPR (album)
・ CPR (band)
・ CPR (disambiguation)
・ CPR (EP)
・ CPR Aberdeen Yard
・ CPR Alyth Yard
・ CPR Angus Shops
・ CPR Bridge
・ CPR Bridge (Saskatoon)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Cpplint : ウィキペディア英語版
Cpplint
cpplint or cpplint.py is an open source lint-like tool developed by Google,
designed to ensure that C++ code conforms to (Google's coding style guides ).
Therefore cpplint implements what Google considers to be ''"best practices"'' in C++ coding.
The script cpplint.py reads source code files and flags deviations from the style guide.
It also identifies syntax errors.
It is rules based, and uses a number of heuristics to identify bad code.〔(【引用サイトリンク】last=Dutko )
cpplint.py suffers from both false positives and false negatives.
False positives can be eliminated by tagging lines with // NOLINT〔(【引用サイトリンク】first=Benjy )〕 (or
// NOLINT(rule) to suppress only the incriminated rule category).
Moreover rules can be fine-grained selected using the options --verbose and --filter.
Line length rule can be configured with option --linelength
and file extensions can be configured with --extensions (by default: 'h', 'cpp', 'cc', 'cu' and 'cuh').
Some options can be stored in a configuration file CPPLINT.cfg.
cpplint is implemented as Python script.〔(【引用サイトリンク】first=Google )
cpplint is distributed under the 3 clause BSD license.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Cpplint」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.