index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clang-tidy
/
readability
/
FunctionSizeCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] update FunctionSizeCheck for D56444
Sam McCall
2019-01-14
1
-1
/
+6
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
[clang-tidy] readability-function-size: add VariableThreshold param.
Roman Lebedev
2018-04-12
1
-2
/
+48
*
[clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into anon namespace, NFC
Roman Lebedev
2017-09-11
1
-0
/
+3
*
[clang-tidy] readability-function-size: fix nesting level calculation
Roman Lebedev
2017-06-16
1
-10
/
+15
*
[clang-tidy] readability-function-size: add NestingThreshold param.
Roman Lebedev
2017-06-09
1
-6
/
+28
*
[clang-tidy] readability-function-size: remove default param count threshold
Alexander Kornienko
2017-03-08
1
-1
/
+1
*
[clang-tidy] Add parametercount for readibility-function-size
Alexander Kornienko
2017-03-01
1
-2
/
+13
*
Speed up check by using a recursive visitor.
Samuel Benzaquen
2016-05-25
1
-56
/
+84
*
[clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a D...
Benjamin Kramer
2016-04-07
1
-2
/
+2
*
Refactors AST matching code to use the new AST matcher names. This patch corr...
Aaron Ballman
2015-09-17
1
-1
/
+1
*
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...
Alexander Kornienko
2015-03-09
1
-0
/
+106