Fixed generation of dependent template argument names (#146)

This commit is contained in:
Bartek Kryza
2023-05-20 11:40:12 +02:00
parent bca1162b16
commit 044c9ced19
3 changed files with 29 additions and 7 deletions

View File

@@ -92,6 +92,8 @@ std::string to_string(const clang::FunctionTemplateDecl *decl);
std::string to_string(const clang::TypeConstraint *tc);
std::string to_string(const clang::TemplateName &templ);
std::string get_source_text_raw(
clang::SourceRange range, const clang::SourceManager &sm);