forked from OSchip/llvm-project
6e195426e7
As this is very dependent on the code base it has some ways of configuration. It's possible to pick between 3 modes of operation: - Line counting: number of lines including whitespace and comments - Statement counting: number of statements within compoundStmts. - Branch counter In addition a threshold can be picked, warnings are only emitted when it is met. The thresholds can be configured via a .clang-tidy file. Differential Revision: http://reviews.llvm.org/D4986 llvm-svn: 217768 |
||
---|---|---|
.. | ||
ArgumentCommentCheck.cpp | ||
ArgumentCommentCheck.h | ||
BoolPointerImplicitConversion.cpp | ||
BoolPointerImplicitConversion.h | ||
CMakeLists.txt | ||
FunctionSize.cpp | ||
FunctionSize.h | ||
Makefile | ||
MiscTidyModule.cpp | ||
RedundantSmartptrGet.cpp | ||
RedundantSmartptrGet.h | ||
SwappedArgumentsCheck.cpp | ||
SwappedArgumentsCheck.h | ||
UndelegatedConstructor.cpp | ||
UndelegatedConstructor.h | ||
UnusedRAII.cpp | ||
UnusedRAII.h | ||
UseOverride.cpp | ||
UseOverride.h |