We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c0a70 commit 853f31eCopy full SHA for 853f31e
1 file changed
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -2138,7 +2138,8 @@ code_block(
2138
lambdas(
2139
unique int expr: @lambdaexpr ref,
2140
string default_capture: string ref,
2141
- boolean has_explicit_return_type: boolean ref
+ boolean has_explicit_return_type: boolean ref,
2142
+ boolean has_explicit_parameter_list: boolean ref
2143
);
2144
2145
lambda_capture(
0 commit comments