Issue |
131040
|
Summary |
clang-tidy readability-function-size does not check lambda functions
|
Labels |
clang-tidy
|
Assignees |
|
Reporter |
bartlettroscoe
|
While working on extracting function metrics using the `clang-tidy` checks `readability-function-size` and `readability-function-cognitive-complexity`, I noticed that the `readability-function-size` check does not produce any output for lambda functions, but the `readability-function-cognitive-complexity` check does. It would be nice to be able to get metrics about the number of lines, statements, branches, parameters and variables with lambda functions.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs