Fix handling of template template arguments which are not expressions (#199)

This commit is contained in:
Bartek Kryza
2023-10-24 18:29:04 +02:00
parent 57bc2f7309
commit 79801b2936
4 changed files with 21 additions and 5 deletions

View File

@@ -111,6 +111,8 @@ std::string to_string(
std::string to_string(const clang::Expr *expr);
std::string to_string(const clang::ValueDecl *val);
std::string to_string(const clang::Stmt *stmt);
std::string to_string(const clang::FunctionTemplateDecl *decl);