[all-commits] [llvm/llvm-project] 6852a2: [clang-tidy] Simplify function complexity check
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sat Feb 20 14:06:56 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6852a29a3b5b7858757c175f39e04676fb856dab
https://github.com/llvm/llvm-project/commit/6852a29a3b5b7858757c175f39e04676fb856dab
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.h
M clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity.cpp
Log Message:
-----------
[clang-tidy] Simplify function complexity check
Update test to note use of lambda instead of the invisible operator().
Differential Revision: https://reviews.llvm.org/D96131
More information about the All-commits
mailing list