summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/FunctionSizeCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] update FunctionSizeCheck for D56444Sam McCall2019-01-141-1/+6
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tidy] readability-function-size: add VariableThreshold param.Roman Lebedev2018-04-121-2/+48
* [clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into anon namespace, NFCRoman Lebedev2017-09-111-0/+3
* [clang-tidy] readability-function-size: fix nesting level calculationRoman Lebedev2017-06-161-10/+15
* [clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev2017-06-091-6/+28
* [clang-tidy] readability-function-size: remove default param count thresholdAlexander Kornienko2017-03-081-1/+1
* [clang-tidy] Add parametercount for readibility-function-sizeAlexander Kornienko2017-03-011-2/+13
* Speed up check by using a recursive visitor.Samuel Benzaquen2016-05-251-56/+84
* [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer2016-04-071-2/+2
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-1/+1
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-091-0/+106
OpenPOWER on IntegriCloud