Add default constructor to libclang_parser

This commit is contained in:
Jonathan Müller 2017-10-30 15:48:50 +01:00
commit 6f128da87f
3 changed files with 9 additions and 0 deletions

View file

@ -187,6 +187,8 @@ namespace cppast
[&](const std::string&) { return config; });
}
/// Parses all files included by `file`.
/// \effects For each [cppast::cpp_include_directive]() in file it will parse the included file.
template <class FileParser>
void resolve_includes(FileParser& parser, const cpp_file& file,
typename FileParser::config config)