Fix issue with using declarations
This commit is contained in:
parent
1c973cb0fa
commit
455af67837
2 changed files with 4 additions and 1 deletions
|
|
@ -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()});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue