Skip to content

Commit 2c0598f

Browse files
committed
C++: Add boolean for explicit lambda parameter list
1 parent 238a302 commit 2c0598f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,7 +2138,8 @@ code_block(
21382138
lambdas(
21392139
unique int expr: @lambdaexpr ref,
21402140
string default_capture: string ref,
2141-
boolean has_explicit_return_type: boolean ref
2141+
boolean has_explicit_return_type: boolean ref,
2142+
boolean has_explicit_parameter_list: boolean ref
21422143
);
21432144

21442145
lambda_capture(

0 commit comments

Comments
 (0)