ui: store and display translation unit of recorded indexing errors
This commit is contained in:
@@ -166,7 +166,8 @@ private:
|
||||
const ParseLocation& location,
|
||||
const std::wstring& message,
|
||||
bool fatal,
|
||||
bool indexed) override
|
||||
bool indexed,
|
||||
const FilePath& translationUnit) override
|
||||
{
|
||||
if (location.isValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user