Fix issue with using declarations

This commit is contained in:
Jonathan Müller 2017-04-19 17:16:18 +02:00
commit 455af67837
2 changed files with 4 additions and 1 deletions

View file

@ -174,7 +174,7 @@ namespace
auto loc = source_location::make_file(path); // line number won't help
auto text = detail::cxstring(clang_getDiagnosticSpelling(diag));
logger.log("libclang parser", diagnostic{text.c_str(), loc, sev.value()});
logger.log("libclang", diagnostic{text.c_str(), loc, sev.value()});
}
}
}