Update test to note use of lambda instead of the invisible operator().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp | ||
---|---|---|
508 | Am I right in assuming lambdas need to be explicitly matched because in the traversal mode their operator() isn't matched as a functionDecl? |
clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp | ||
---|---|---|
508 | Yes. |
Am I right in assuming lambdas need to be explicitly matched because in the traversal mode their operator() isn't matched as a functionDecl?