Updated test case documentation

This commit is contained in:
Bartek Kryza
2022-12-06 00:32:34 +01:00
parent f7a1130bab
commit db3381865e
82 changed files with 2195 additions and 2071 deletions

View File

@@ -78,6 +78,8 @@ struct call_expression_context {
clang::FunctionDecl *current_function_decl_;
clang::FunctionTemplateDecl *current_function_template_decl_;
clang::CallExpr *current_function_call_expr_{nullptr};
private:
std::int64_t current_caller_id_;
std::stack<std::int64_t> current_lambda_caller_id_;