aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/FunctionSizeCheck.cpp
AgeCommit message (Expand)Author
2019-01-14[clang-tidy] update FunctionSizeCheck for D56444Sam McCall
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-04-12[clang-tidy] readability-function-size: add VariableThreshold param.Roman Lebedev
2017-09-11[clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into anon namespace, NFCRoman Lebedev
2017-06-16[clang-tidy] readability-function-size: fix nesting level calculationRoman Lebedev
2017-06-09[clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev
2017-03-08[clang-tidy] readability-function-size: remove default param count thresholdAlexander Kornienko
2017-03-01[clang-tidy] Add parametercount for readibility-function-sizeAlexander Kornienko
2016-05-25Speed up check by using a recursive visitor.Samuel Benzaquen
2016-04-07[clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...Benjamin Kramer
2015-09-17Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman
2015-03-09[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko