mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
C++: Add boolean for explicit lambda parameter list
This commit is contained in:
@@ -2139,7 +2139,8 @@ code_block(
|
||||
lambdas(
|
||||
unique int expr: @lambdaexpr ref,
|
||||
string default_capture: string ref,
|
||||
boolean has_explicit_return_type: boolean ref
|
||||
boolean has_explicit_return_type: boolean ref,
|
||||
boolean has_explicit_parameter_list: boolean ref
|
||||
);
|
||||
|
||||
lambda_capture(
|
||||
|
||||
Reference in New Issue
Block a user