Fixed handling of template template default arguments

This commit is contained in:
Bartek Kryza
2023-04-14 21:05:48 +02:00
parent c91fe43c1c
commit 0d524b38a4
3 changed files with 23 additions and 3 deletions

View File

@@ -81,6 +81,8 @@ std::string to_string(const clang::QualType &type, const clang::ASTContext &ctx,
std::string to_string(const clang::RecordType &type,
const clang::ASTContext &ctx, bool try_canonical = true);
std::string to_string(const clang::TemplateArgument &arg);
std::string to_string(const clang::Expr *expr);
std::string to_string(const clang::Stmt *stmt);