Skip to content

Commit

Permalink
Merge branch 'bumpy-road' of https://github.com/dbukki/CodeCompass in…
Browse files Browse the repository at this point in the history
…to bumpy-road
  • Loading branch information
dbukki committed Feb 29, 2024
2 parents f90aade + e2661e9 commit 244372b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/cpp/parser/src/clangastvisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ class ClangASTVisitor : public clang::RecursiveASTVisitor<ClangASTVisitor>
++_functionStack.top()->mccabe;
}


void CountBumpiness(const StatementScope& scope_)
{
if (!_functionStack.empty() && scope_.IsReal())
Expand Down

0 comments on commit 244372b

Please sign in to comment.