Skip to content

Commit

Permalink
clang tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theo25 committed Dec 10, 2024
1 parent 572fe63 commit bdfceba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/codegen/CreateTerm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,7 @@ bool can_tail_call(llvm::Type *type) {
return int_type->getBitWidth() <= 192;
}

// NOLINTNEXTLINE(*-cognitive-complexity)
bool make_function(
std::string const &name, kore_pattern *pattern, kore_definition *definition,
llvm::Module *module, bool tailcc, bool big_step, bool apply,
Expand Down

0 comments on commit bdfceba

Please sign in to comment.