Added rendering of concept requirements in concept body

This commit is contained in:
Bartek Kryza
2023-02-26 23:29:55 +01:00
parent 2ab6ed627e
commit dbb3e68c3f
12 changed files with 232 additions and 69 deletions

View File

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